Html Css Color HEX #1B0501 Black

📋 copy color: '#1B0501'

red 27 ◦ green 5 ◦ blue 1

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

Shades of Black #1B0501

Tints of Black #1B0501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 3.03%

R = 81.82%
G = 15.15%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#1B0501 (or 0x1B0501) is known color: Black. HEX triplet: 1B, 05 and 01. RGB value is (27,5,1). Sum of RGB (Red+Green+Blue) = 27+5+1=33 (4% of max value = 765). Red value is 27 (10.94% from 255 or 81.82% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0501 is #E4FAFE. Grayscale: #0B0B0B. Windows color (decimal): -15006463 or 66843. OLE color: 66843.

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

Color convert

RGB 27 5 1 -
CMYK 0 0.81 0.96 0.89
HSL 9.23º 0.93% 0.05% -
HSV(B) 9.23º 0.96% 0.11% -
XYZ 0.51 0.34 0.07 -
YUV 11.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 27 5 1 0 0.81 0.96 0.89 9.23 0.93 0.05
Hex 1B 5 1 0 51 60 59 9 5D 5
Octal 33 5 1 0 121 140 131 11 135 5
Binary 11011 101 1 0 1010001 1100000 1011001 1001 1011101 101

Color Harmonies of #1B0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0501

Black with #1B0501

Text Example


Text Example

White with #1B0501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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