#250414

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

Shades of Blackberry #250414

Tints of Blackberry #250414

Color information

#250414 (or 0x250414) is unknown color: approx Blackberry. HEX triplet: 25, 04 and 14. RGB value is (37,4,20). Sum of RGB (Red+Green+Blue) = 37+4+20=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250414 is #DAFBEB. Grayscale: #0F0F0F. Windows color (decimal): -14351340 or 1311781. OLE color: 1311781.

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

Color convert

RGB37420-
CMYK00.890.460.85
HSL330.91º80.49%8.04%-
HSV(B)330.91º89.19%14.51%-
XYZ0.930.530.72-
YUV15.69130.43143.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=60.66%
G=6.56%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3742000.890.460.85330.9180.498.04
Hex254140592E5514b508
Octal4542401315612551312010
Binary1001011001010001011001101110101010110100101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250414; }

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

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

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

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

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

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

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

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