#1B0113

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

Shades of Blackberry #1B0113

Tints of Blackberry #1B0113

Color information

#1B0113 (or 0x1B0113) is unknown color: approx Blackberry. HEX triplet: 1B, 01 and 13. RGB value is (27,1,19). Sum of RGB (Red+Green+Blue) = 27+1+19=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0113 is #E4FEEC. Grayscale: #0A0A0A. Windows color (decimal): -15007469 or 1245467. OLE color: 1245467.

HSL color Cylindrical-coordinate representation of color #1B0113: hue angle of 318.46º 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 #1B0113 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB27119-
CMYK00.960.300.89
HSL318.46º92.86%5.49%-
HSV(B)318.46º96.3%10.59%-
XYZ0.580.30.64-
YUV10.83132.61139.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=57.45%
G=2.13%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2711900.960.300.89318.4692.865.49
Hex1B1130601E5913e5d5
Octal331230140361314761355
Binary11011110011011000001111010110011001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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