Html Css Color HEX #250818 Blackberry

📋 copy color: '#250818'

red 37 ◦ green 8 ◦ blue 24

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

Shades of Blackberry #250818

Tints of Blackberry #250818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.59%

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

R = 53.62%
G = 11.59%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250818 (or 0x250818) is known color: Blackberry. HEX triplet: 25, 08 and 18. RGB value is (37,8,24). Sum of RGB (Red+Green+Blue) = 37+8+24=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250818 is #DAF7E7. Grayscale: #121212. Windows color (decimal): -14350312 or 1574949. OLE color: 1574949.

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

Color convert

RGB 37 8 24 -
CMYK 0 0.78 0.35 0.85
HSL 326.9º 0.64% 0.09% -
HSV(B) 326.9º 0.78% 0.15% -
XYZ 1.01 0.63 0.93 -
YUV 18.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 37 8 24 0 0.78 0.35 0.85 326.9 0.64 0.09
Hex 25 8 18 0 4E 23 55 147 40 9
Octal 45 10 30 0 116 43 125 507 100 11
Binary 100101 1000 11000 0 1001110 100011 1010101 101000111 1000000 1001

Color Harmonies of #250818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250818

Black with #250818

Text Example


Text Example

White with #250818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250818; }

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

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

background-color css

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

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

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

border-color css

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

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

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