#250E1A

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

Shades of Blackberry #250E1A

Tints of Blackberry #250E1A

Color information

#250E1A (or 0x250E1A) is unknown color: approx Blackberry. HEX triplet: 25, 0E and 1A. RGB value is (37,14,26). Sum of RGB (Red+Green+Blue) = 37+14+26=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1A is #DAF1E5. Grayscale: #161616. Windows color (decimal): -14348774 or 1707557. OLE color: 1707557.

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

Color convert

RGB371426-
CMYK00.620.300.85
HSL328.7º45.1%10%-
HSV(B)328.7º62.16%14.51%-
XYZ1.110.781.07-
YUV22.24130.12138.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=48.05%
G=18.18%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37142600.620.300.85328.745.110
Hex25E1A03E1E551492da
Octal451632076361255115512
Binary10010111101101001111101111010101011010010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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