#250012

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

Shades of Blackberry #250012

Tints of Blackberry #250012

Color information

#250012 (or 0x250012) is unknown color: approx Blackberry. HEX triplet: 25, 00 and 12. RGB value is (37,0,18). Sum of RGB (Red+Green+Blue) = 37+0+18=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250012 is #DAFFED. Grayscale: #0D0D0D. Windows color (decimal): -14352366 or 1179685. OLE color: 1179685.

HSL color Cylindrical-coordinate representation of color #250012: hue angle of 330.81º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250012 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB37018-
CMYK010.510.85
HSL330.81º100%7.25%-
HSV(B)330.81º100%14.51%-
XYZ0.870.440.61-
YUV13.11130.76145.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=67.27%
G=0%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37018010.510.85330.811007.25
Hex25012064335514b647
Octal450220144631255131447
Binary1001010100100110010011001110101011010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250012; }

 p { color: rgb(37,0,18); }

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

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

 a { background-color: rgb(37,0,18); }

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

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

 span { border-color: rgb(37,0,18); }

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