Html Css Color HEX #0B0C08 Rangoon Green

📋 copy color: '#0B0C08'

red 11 ◦ green 12 ◦ blue 8

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

Shades of Rangoon Green #0B0C08

Tints of Rangoon Green #0B0C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 38.71%

 BLUE value IS 8 (3.52% from 255) = 25.81%

R = 35.48%
G = 38.71%
B = 25.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#0B0C08 (or 0x0B0C08) is known color: Rangoon Green. HEX triplet: 0B, 0C and 08. RGB value is (11,12,8). Sum of RGB (Red+Green+Blue) = 11+12+8=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 12 - color contains mainly: green. Hex color #0B0C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C08 is #F4F3F7. Grayscale: #0B0B0B. Windows color (decimal): -16053240 or 527371. OLE color: 527371.

HSL color Cylindrical-coordinate representation of color #0B0C08: hue angle of 75º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0B0C08 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 12 8 -
CMYK 0.08 0 0.33 0.95
HSL 75º 0.2% 0.04% -
HSV(B) 75º 0.33% 0.05% -
XYZ 0.31 0.35 0.28 -
YUV 11.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 11 12 8 0.08 0 0.33 0.95 75 0.2 0.04
Hex B C 8 8 0 21 5F 4B 14 4
Octal 13 14 10 10 0 41 137 113 24 4
Binary 1011 1100 1000 1000 0 100001 1011111 1001011 10100 100

Color Harmonies of #0B0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0C08

Black with #0B0C08

Text Example


Text Example

White with #0B0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,12,8); }

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

background-color css

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

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

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

border-color css

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

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

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