Html Css Color HEX #0B0202 Black

📋 copy color: '#0B0202'

red 11 ◦ green 2 ◦ blue 2

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

Shades of Black #0B0202

Tints of Black #0B0202

RGB

 RED value IS 11 (4.69% from 255) = 73.33%

 GREEN value IS 2 (1.17% from 255) = 13.33%

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

R = 73.33%
G = 13.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#0B0202 (or 0x0B0202) is known color: Black. HEX triplet: 0B, 02 and 02. RGB value is (11,2,2). Sum of RGB (Red+Green+Blue) = 11+2+2=15 (1% of max value = 765). Red value is 11 (4.69% from 255 or 73.33% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0202 is #F4FDFD. Grayscale: #040404. Windows color (decimal): -16055806 or 131595. OLE color: 131595.

HSL color Cylindrical-coordinate representation of color #0B0202: hue angle of 0º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0202 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 2 2 -
CMYK 0 0.82 0.82 0.96
HSL 0.69% 0.03% -
HSV(B) 0.82% 0.04% -
XYZ 0.17 0.12 0.07 -
YUV 4.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 11 2 2 0 0.82 0.82 0.96 0 0.69 0.03
Hex B 2 2 0 52 52 60 0 45 3
Octal 13 2 2 0 122 122 140 0 105 3
Binary 1011 10 10 0 1010010 1010010 1100000 0 1000101 11

Color Harmonies of #0B0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0202

Black with #0B0202

Text Example


Text Example

White with #0B0202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B0202; }

 p { color: rgb(11,2,2); }

 H1.HeaderClassName
 {
   color: #0B0202;
 }
 .AnyTagClassName
 {
   color: #0B0202;
 }
</style>

background-color css

<style>
 a { background-color: #0B0202; }

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

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

border-color css

<style>
 span { border-color: #0B0202; }

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

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