Html Css Color HEX #000B0B Dark Green

📋 copy color: '#000B0B'

red 0 ◦ green 11 ◦ blue 11

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

Shades of Dark Green #000B0B

Tints of Dark Green #000B0B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 11 (4.69% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#000B0B (or 0x000B0B) is known color: Dark Green. HEX triplet: 00, 0B and 0B. RGB value is (0,11,11). Sum of RGB (Red+Green+Blue) = 0+11+11=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #000B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B0B is #FFF4F4. Grayscale: #070707. Windows color (decimal): -16774389 or 723712. OLE color: 723712.

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

Color convert

RGB 0 11 11 -
CMYK 1 0 0 0.96
HSL 180º 1% 0.02% -
HSV(B) 180º 1% 0.04% -
XYZ 0.18 0.26 0.36 -
YUV 7.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 0 11 11 1 0 0 0.96 180 1 0.02
Hex 0 B B 64 0 0 60 B4 64 2
Octal 0 13 13 144 0 0 140 264 144 2
Binary 0 1011 1011 1100100 0 0 1100000 10110100 1100100 10

Color Harmonies of #000B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B0B

Black with #000B0B

Text Example


Text Example

White with #000B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B0B; }

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

 H1.HeaderClassName
 {
   color: #000B0B;
 }
 .AnyTagClassName
 {
   color: #000B0B;
 }
</style>

background-color css

<style>
 a { background-color: #000B0B; }

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

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

border-color css

<style>
 span { border-color: #000B0B; }

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

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