Html Css Color HEX #25081C Blackberry

📋 copy color: '#25081C'

red 37 ◦ green 8 ◦ blue 28

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

Shades of Blackberry #25081C

Tints of Blackberry #25081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 38.36%

R = 50.68%
G = 10.96%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25081C (or 0x25081C) is known color: Blackberry. HEX triplet: 25, 08 and 1C. RGB value is (37,8,28). Sum of RGB (Red+Green+Blue) = 37+8+28=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081C is #DAF7E3. Grayscale: #121212. Windows color (decimal): -14350308 or 1837093. OLE color: 1837093.

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

Color convert

RGB 37 8 28 -
CMYK 0 0.78 0.24 0.85
HSL 318.62º 0.64% 0.09% -
HSV(B) 318.62º 0.78% 0.15% -
XYZ 1.06 0.65 1.17 -
YUV 18.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 37 8 28 0 0.78 0.24 0.85 318.62 0.64 0.09
Hex 25 8 1C 0 4E 18 55 13F 40 9
Octal 45 10 34 0 116 30 125 477 100 11
Binary 100101 1000 11100 0 1001110 11000 1010101 100111111 1000000 1001

Color Harmonies of #25081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25081C

Black with #25081C

Text Example


Text Example

White with #25081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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