Html Css Color HEX #250918 Blackberry

📋 copy color: '#250918'

red 37 ◦ green 9 ◦ blue 24

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

Shades of Blackberry #250918

Tints of Blackberry #250918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.86%

 BLUE value IS 24 (9.77% from 255) = 34.29%

R = 52.86%
G = 12.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250918 (or 0x250918) is known color: Blackberry. HEX triplet: 25, 09 and 18. RGB value is (37,9,24). Sum of RGB (Red+Green+Blue) = 37+9+24=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250918 is #DAF6E7. Grayscale: #131313. Windows color (decimal): -14350056 or 1575205. OLE color: 1575205.

HSL color Cylindrical-coordinate representation of color #250918: hue angle of 327.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250918 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 9 24 -
CMYK 0 0.76 0.35 0.85
HSL 327.86º 0.61% 0.09% -
HSV(B) 327.86º 0.76% 0.15% -
XYZ 1.03 0.65 0.94 -
YUV 19.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 37 9 24 0 0.76 0.35 0.85 327.86 0.61 0.09
Hex 25 9 18 0 4C 23 55 148 3D 9
Octal 45 11 30 0 114 43 125 510 75 11
Binary 100101 1001 11000 0 1001100 100011 1010101 101001000 111101 1001

Color Harmonies of #250918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250918

Black with #250918

Text Example


Text Example

White with #250918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250918; }

 p { color: rgb(37,9,24); }

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

background-color css

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

 a { background-color: rgb(37,9,24); }

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

border-color css

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

 span { border-color: rgb(37,9,24); }

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