Html Css Color HEX #1B0702 Black

📋 copy color: '#1B0702'

red 27 ◦ green 7 ◦ blue 2

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

Shades of Black #1B0702

Tints of Black #1B0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

 BLUE value IS 2 (1.17% from 255) = 5.56%

R = 75%
G = 19.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1B0702 (or 0x1B0702) is known color: Black. HEX triplet: 1B, 07 and 02. RGB value is (27,7,2). Sum of RGB (Red+Green+Blue) = 27+7+2=36 (4% of max value = 765). Red value is 27 (10.94% from 255 or 75% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0702 is #E4F8FD. Grayscale: #0C0C0C. Windows color (decimal): -15005950 or 132891. OLE color: 132891.

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

Color convert

RGB 27 7 2 -
CMYK 0 0.74 0.93 0.89
HSL 12º 0.86% 0.06% -
HSV(B) 12º 0.93% 0.11% -
XYZ 0.54 0.39 0.1 -
YUV 12.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 27 7 2 0 0.74 0.93 0.89 12 0.86 0.06
Hex 1B 7 2 0 4A 5D 59 C 56 6
Octal 33 7 2 0 112 135 131 14 126 6
Binary 11011 111 10 0 1001010 1011101 1011001 1100 1010110 110

Color Harmonies of #1B0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0702

Black with #1B0702

Text Example


Text Example

White with #1B0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,7,2); }

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

background-color css

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

 a { background-color: rgb(27,7,2); }

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

border-color css

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

 span { border-color: rgb(27,7,2); }

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