#250014

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

Shades of Blackberry #250014

Tints of Blackberry #250014

Color information

#250014 (or 0x250014) is unknown color: approx Blackberry. HEX triplet: 25, 00 and 14. RGB value is (37,0,20). Sum of RGB (Red+Green+Blue) = 37+0+20=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250014 is #DAFFEB. Grayscale: #0D0D0D. Windows color (decimal): -14352364 or 1310757. OLE color: 1310757.

HSL color Cylindrical-coordinate representation of color #250014: hue angle of 327.57º 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 #250014 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB37020-
CMYK010.460.85
HSL327.57º100%7.25%-
HSV(B)327.57º100%14.51%-
XYZ0.890.440.7-
YUV13.34131.76144.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=64.91%
G=0%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37020010.460.85327.571007.25
Hex250140642E55148647
Octal450240144561255101447
Binary1001010101000110010010111010101011010010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250014; }

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

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

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

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

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

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

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

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