Html Css Color HEX #1B0511 Blackberry

📋 copy color: '#1B0511'

red 27 ◦ green 5 ◦ blue 17

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

Shades of Blackberry #1B0511

Tints of Blackberry #1B0511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.2%

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

R = 55.1%
G = 10.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#1B0511 (or 0x1B0511) is known color: Blackberry. HEX triplet: 1B, 05 and 11. RGB value is (27,5,17). Sum of RGB (Red+Green+Blue) = 27+5+17=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0511 is #E4FAEE. Grayscale: #0C0C0C. Windows color (decimal): -15006447 or 1115419. OLE color: 1115419.

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

Color convert

RGB 27 5 17 -
CMYK 0 0.81 0.37 0.89
HSL 327.27º 0.69% 0.06% -
HSV(B) 327.27º 0.81% 0.11% -
XYZ 0.61 0.38 0.57 -
YUV 12.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 27 5 17 0 0.81 0.37 0.89 327.27 0.69 0.06
Hex 1B 5 11 0 51 25 59 147 45 6
Octal 33 5 21 0 121 45 131 507 105 6
Binary 11011 101 10001 0 1010001 100101 1011001 101000111 1000101 110

Color Harmonies of #1B0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0511

Black with #1B0511

Text Example


Text Example

White with #1B0511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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