Html Css Color HEX #250819 Blackberry

📋 copy color: '#250819'

red 37 ◦ green 8 ◦ blue 25

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

Shades of Blackberry #250819

Tints of Blackberry #250819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 35.71%

R = 52.86%
G = 11.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#250819 (or 0x250819) is known color: Blackberry. HEX triplet: 25, 08 and 19. RGB value is (37,8,25). Sum of RGB (Red+Green+Blue) = 37+8+25=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250819 is #DAF7E6. Grayscale: #121212. Windows color (decimal): -14350311 or 1640485. OLE color: 1640485.

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

Color convert

RGB 37 8 25 -
CMYK 0 0.78 0.32 0.85
HSL 324.83º 0.64% 0.09% -
HSV(B) 324.83º 0.78% 0.15% -
XYZ 1.03 0.64 0.99 -
YUV 18.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 37 8 25 0 0.78 0.32 0.85 324.83 0.64 0.09
Hex 25 8 19 0 4E 20 55 145 40 9
Octal 45 10 31 0 116 40 125 505 100 11
Binary 100101 1000 11001 0 1001110 100000 1010101 101000101 1000000 1001

Color Harmonies of #250819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250819

Black with #250819

Text Example


Text Example

White with #250819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250819; }

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

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

background-color css

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

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

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

border-color css

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

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

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