#250C1B

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

Shades of Blackberry #250C1B

Tints of Blackberry #250C1B

Color information

#250C1B (or 0x250C1B) is unknown color: approx Blackberry. HEX triplet: 25, 0C and 1B. RGB value is (37,12,27). Sum of RGB (Red+Green+Blue) = 37+12+27=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1B is #DAF3E4. Grayscale: #151515. Windows color (decimal): -14349285 or 1772581. OLE color: 1772581.

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

Color convert

RGB371227-
CMYK00.680.270.85
HSL324º51.02%9.61%-
HSV(B)324º67.57%14.51%-
XYZ1.090.741.12-
YUV21.18131.28139.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=48.68%
G=15.79%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37122700.680.270.8532451.029.61
Hex25C1B0441B5514433a
Octal4514330104331255046312
Binary100101110011011010001001101110101011010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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