#250418

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

Shades of Blackberry #250418

Tints of Blackberry #250418

Color information

#250418 (or 0x250418) is unknown color: approx Blackberry. HEX triplet: 25, 04 and 18. RGB value is (37,4,24). Sum of RGB (Red+Green+Blue) = 37+4+24=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250418 is #DAFBE7. Grayscale: #101010. Windows color (decimal): -14351336 or 1573925. OLE color: 1573925.

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

Color convert

RGB37424-
CMYK00.890.350.85
HSL323.64º80.49%8.04%-
HSV(B)323.64º89.19%14.51%-
XYZ0.970.550.92-
YUV16.15132.43142.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=56.92%
G=6.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3742400.890.350.85323.6480.498.04
Hex254180592355144508
Octal4543001314312550412010
Binary1001011001100001011001100011101010110100010010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250418; }

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

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

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

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

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

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

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

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