#1B010F

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

Shades of Blackberry #1B010F

Tints of Blackberry #1B010F

Color information

#1B010F (or 0x1B010F) is unknown color: approx Blackberry. HEX triplet: 1B, 01 and 0F. RGB value is (27,1,15). Sum of RGB (Red+Green+Blue) = 27+1+15=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B010F is #E4FEF0. Grayscale: #0A0A0A. Windows color (decimal): -15007473 or 983323. OLE color: 983323.

HSL color Cylindrical-coordinate representation of color #1B010F: hue angle of 327.69º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B010F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB27115-
CMYK00.960.440.89
HSL327.69º92.86%5.49%-
HSV(B)327.69º96.3%10.59%-
XYZ0.550.290.48-
YUV10.37130.61139.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 62.79%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=62.79%
G=2.33%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2711500.960.440.89327.6992.865.49
Hex1B1F0602C591485d5
Octal331170140541315101355
Binary11011111110110000010110010110011010010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B010F; }

 p { color: rgb(27,1,15); }

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

<style>
 a { background-color: #1B010F; }

 a { background-color: rgb(27,1,15); }

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

<style>
 span { border-color: #1B010F; }

 span { border-color: rgb(27,1,15); }

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