#250119

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

Shades of Blackberry #250119

Tints of Blackberry #250119

Color information

#250119 (or 0x250119) is unknown color: approx Blackberry. HEX triplet: 25, 01 and 19. RGB value is (37,1,25). Sum of RGB (Red+Green+Blue) = 37+1+25=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250119 is #DAFEE6. Grayscale: #0E0E0E. Windows color (decimal): -14352103 or 1638693. OLE color: 1638693.

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

Color convert

RGB37125-
CMYK00.970.320.85
HSL320º94.74%7.45%-
HSV(B)320º97.3%14.51%-
XYZ0.950.490.96-
YUV14.5133.93144.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=58.73%
G=1.59%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712500.970.320.8532094.747.45
Hex2511906120551405f7
Octal451310141401255001377
Binary1001011110010110000110000010101011010000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250119; }

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

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

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

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

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

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

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

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