#250F1A

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

Shades of Blackberry #250F1A

Tints of Blackberry #250F1A

Color information

#250F1A (or 0x250F1A) is unknown color: approx Blackberry. HEX triplet: 25, 0F and 1A. RGB value is (37,15,26). Sum of RGB (Red+Green+Blue) = 37+15+26=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1A is #DAF0E5. Grayscale: #161616. Windows color (decimal): -14348518 or 1707813. OLE color: 1707813.

HSL color Cylindrical-coordinate representation of color #250F1A: hue angle of 330º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #250F1A is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB371526-
CMYK00.590.300.85
HSL330º42.31%10.2%-
HSV(B)330º59.46%14.51%-
XYZ1.120.811.07-
YUV22.83129.79138.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=47.44%
G=19.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37152600.590.300.8533042.3110.2
Hex25F1A03B1E5514a2aa
Octal451732073361255125212
Binary10010111111101001110111111010101011010010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250F1A; }

 p { color: rgb(37,15,26); }

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

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

 a { background-color: rgb(37,15,26); }

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

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

 span { border-color: rgb(37,15,26); }

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