Html Css Color HEX #250816 Blackberry

📋 copy color: '#250816'

red 37 ◦ green 8 ◦ blue 22

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

Shades of Blackberry #250816

Tints of Blackberry #250816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 32.84%

R = 55.22%
G = 11.94%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250816 (or 0x250816) is known color: Blackberry. HEX triplet: 25, 08 and 16. RGB value is (37,8,22). Sum of RGB (Red+Green+Blue) = 37+8+22=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250816 is #DAF7E9. Grayscale: #121212. Windows color (decimal): -14350314 or 1443877. OLE color: 1443877.

HSL color Cylindrical-coordinate representation of color #250816: hue angle of 331.03º 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 #250816 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 22 -
CMYK 0 0.78 0.41 0.85
HSL 331.03º 0.64% 0.09% -
HSV(B) 331.03º 0.78% 0.15% -
XYZ 0.99 0.62 0.83 -
YUV 18.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 37 8 22 0 0.78 0.41 0.85 331.03 0.64 0.09
Hex 25 8 16 0 4E 29 55 14B 40 9
Octal 45 10 26 0 116 51 125 513 100 11
Binary 100101 1000 10110 0 1001110 101001 1010101 101001011 1000000 1001

Color Harmonies of #250816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250816

Black with #250816

Text Example


Text Example

White with #250816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250816; }

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

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

background-color css

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

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

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

border-color css

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

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

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