#250718

Color #250718 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #250718

Tints of Blackberry #250718

Color information

#250718 (or 0x250718) is unknown color: approx Blackberry. HEX triplet: 25, 07 and 18. RGB value is (37,7,24). Sum of RGB (Red+Green+Blue) = 37+7+24=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250718 is #DAF8E7. Grayscale: #111111. Windows color (decimal): -14350568 or 1574693. OLE color: 1574693.

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

Color convert

RGB37724-
CMYK00.810.350.85
HSL326º68.18%8.63%-
HSV(B)326º81.08%14.51%-
XYZ10.610.93-
YUV17.91131.44141.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 7 (3.12% from 255) = 10.29%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=54.41%
G=10.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3772400.810.350.8532668.188.63
Hex257180512355146449
Octal4573001214312550610411
Binary1001011111100001010001100011101010110100011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250718; }

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

 H1.HeaderClassName
 {
   color: #250718;
 }
 .AnyTagClassName
 {
   color: #250718;
 }
</style>
background-color css

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

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

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

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

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

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