#250D1B

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

Shades of Blackberry #250D1B

Tints of Blackberry #250D1B

Color information

#250D1B (or 0x250D1B) is unknown color: approx Blackberry. HEX triplet: 25, 0D and 1B. RGB value is (37,13,27). Sum of RGB (Red+Green+Blue) = 37+13+27=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1B is #DAF2E4. Grayscale: #151515. Windows color (decimal): -14349029 or 1772837. OLE color: 1772837.

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

Color convert

RGB371327-
CMYK00.650.270.85
HSL325º48%9.8%-
HSV(B)325º64.86%14.51%-
XYZ1.10.761.13-
YUV21.77130.95138.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=48.05%
G=16.88%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37132700.650.270.85325489.8
Hex25D1B0411B5514530a
Octal4515330101331255056012
Binary100101110111011010000011101110101011010001011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,27); }

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

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

 a { background-color: rgb(37,13,27); }

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

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

 span { border-color: rgb(37,13,27); }

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