Html Css Color HEX #1B0611 Blackberry

📋 copy color: '#1B0611'

red 27 ◦ green 6 ◦ blue 17

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

Shades of Blackberry #1B0611

Tints of Blackberry #1B0611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

 BLUE value IS 17 (7.03% from 255) = 34%

R = 54%
G = 12%
B = 34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#1B0611 (or 0x1B0611) is known color: Blackberry. HEX triplet: 1B, 06 and 11. RGB value is (27,6,17). Sum of RGB (Red+Green+Blue) = 27+6+17=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0611 is #E4F9EE. Grayscale: #0D0D0D. Windows color (decimal): -15006191 or 1115675. OLE color: 1115675.

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

Color convert

RGB 27 6 17 -
CMYK 0 0.78 0.37 0.89
HSL 328.57º 0.64% 0.06% -
HSV(B) 328.57º 0.78% 0.11% -
XYZ 0.62 0.4 0.58 -
YUV 13.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 27 6 17 0 0.78 0.37 0.89 328.57 0.64 0.06
Hex 1B 6 11 0 4E 25 59 149 40 6
Octal 33 6 21 0 116 45 131 511 100 6
Binary 11011 110 10001 0 1001110 100101 1011001 101001001 1000000 110

Color Harmonies of #1B0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0611

Black with #1B0611

Text Example


Text Example

White with #1B0611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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