#250B1B

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

Shades of Blackberry #250B1B

Tints of Blackberry #250B1B

Color information

#250B1B (or 0x250B1B) is unknown color: approx Blackberry. HEX triplet: 25, 0B and 1B. RGB value is (37,11,27). Sum of RGB (Red+Green+Blue) = 37+11+27=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1B is #DAF4E4. Grayscale: #141414. Windows color (decimal): -14349541 or 1772325. OLE color: 1772325.

HSL color Cylindrical-coordinate representation of color #250B1B: hue angle of 323.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B1B is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB371127-
CMYK00.700.270.85
HSL323.08º54.17%9.41%-
HSV(B)323.08º70.27%14.51%-
XYZ1.080.711.12-
YUV20.6131.61139.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 27 (10.94% from 255) = 36%
R=49.33%
G=14.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37112700.700.270.85323.0854.179.41
Hex25B1B0461B55143369
Octal4513330106331255036611
Binary100101101111011010001101101110101011010000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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