Html Css Color HEX #250315 Blackberry

📋 copy color: '#250315'

red 37 ◦ green 3 ◦ blue 21

#250315
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #250315

Tints of Blackberry #250315

RGB

 RED value IS 37 (14.84% from 255) = 60.66%

 GREEN value IS 3 (1.56% from 255) = 4.92%

 BLUE value IS 21 (8.59% from 255) = 34.43%

R = 60.66%
G = 4.92%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#250315 (or 0x250315) is known color: Blackberry. HEX triplet: 25, 03 and 15. RGB value is (37,3,21). Sum of RGB (Red+Green+Blue) = 37+3+21=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250315 is #DAFCEA. Grayscale: #0F0F0F. Windows color (decimal): -14351595 or 1377061. OLE color: 1377061.

HSL color Cylindrical-coordinate representation of color #250315: hue angle of 328.24º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250315 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 3 21 -
CMYK 0 0.92 0.43 0.85
HSL 328.24º 0.85% 0.08% -
HSV(B) 328.24º 0.92% 0.15% -
XYZ 0.93 0.51 0.76 -
YUV 15.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 37 3 21 0 0.92 0.43 0.85 328.24 0.85 0.08
Hex 25 3 15 0 5C 2B 55 148 55 8
Octal 45 3 25 0 134 53 125 510 125 10
Binary 100101 11 10101 0 1011100 101011 1010101 101001000 1010101 1000

Color Harmonies of #250315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250315

Black with #250315

Text Example


Text Example

White with #250315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250315; }

 p { color: rgb(37,3,21); }

 H1.HeaderClassName
 {
   color: #250315;
 }
 .AnyTagClassName
 {
   color: #250315;
 }
</style>

background-color css

<style>
 a { background-color: #250315; }

 a { background-color: rgb(37,3,21); }

 div.DivClassName
 {
   background-color: #250315;
 }
 .BgClassName
 {
   background-color: #250315;
 }
</style>

border-color css

<style>
 span { border-color: #250315; }

 span { border-color: rgb(37,3,21); }

 td.TdClassName
 {
   border-color: #250315;
 }
 .TagClassName
 {
   border-color: #250315;
 }
</style>