Html Css Color HEX #1B1116 Blackberry

📋 copy color: '#1B1116'

red 27 ◦ green 17 ◦ blue 22

#1B1116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #1B1116

Tints of Blackberry #1B1116

RGB

 RED value IS 27 (10.94% from 255) = 40.91%

 GREEN value IS 17 (7.03% from 255) = 25.76%

 BLUE value IS 22 (8.98% from 255) = 33.33%

R = 40.91%
G = 25.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#1B1116 (or 0x1B1116) is known color: Blackberry. HEX triplet: 1B, 11 and 16. RGB value is (27,17,22). Sum of RGB (Red+Green+Blue) = 27+17+22=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1116 is #E4EEE9. Grayscale: #141414. Windows color (decimal): -15003370 or 1446171. OLE color: 1446171.

HSL color Cylindrical-coordinate representation of color #1B1116: hue angle of 330º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1116 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 17 22 -
CMYK 0 0.37 0.19 0.89
HSL 330º 0.23% 0.09% -
HSV(B) 330º 0.37% 0.11% -
XYZ 0.8 0.69 0.85 -
YUV 20.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 27 17 22 0 0.37 0.19 0.89 330 0.23 0.09
Hex 1B 11 16 0 25 13 59 14A 17 9
Octal 33 21 26 0 45 23 131 512 27 11
Binary 11011 10001 10110 0 100101 10011 1011001 101001010 10111 1001

Color Harmonies of #1B1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1116

Black with #1B1116

Text Example


Text Example

White with #1B1116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,17,22); }

 H1.HeaderClassName
 {
   color: #1B1116;
 }
 .AnyTagClassName
 {
   color: #1B1116;
 }
</style>

background-color css

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

 a { background-color: rgb(27,17,22); }

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

border-color css

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

 span { border-color: rgb(27,17,22); }

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