Html Css Color HEX #0C2B11 Black Bean

📋 copy color: '#0C2B11'

red 12 ◦ green 43 ◦ blue 17

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

Shades of Black Bean #0C2B11

Tints of Black Bean #0C2B11

RGB

 RED value IS 12 (5.08% from 255) = 16.67%

 GREEN value IS 43 (17.19% from 255) = 59.72%

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 16.67%
G = 59.72%
B = 23.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.83

RGB Variations

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

Color information

#0C2B11 (or 0x0C2B11) is known color: Black Bean. HEX triplet: 0C, 2B and 11. RGB value is (12,43,17). Sum of RGB (Red+Green+Blue) = 12+43+17=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 43 (17.19% from 255 or 59.72% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2B11 is #F3D4EE. Grayscale: #1E1E1E. Windows color (decimal): -15979759 or 1125132. OLE color: 1125132.

HSL color Cylindrical-coordinate representation of color #0C2B11: hue angle of 129.68º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B11 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 43 17 -
CMYK 0.72 0 0.60 0.83
HSL 129.68º 0.56% 0.11% -
HSV(B) 129.68º 0.72% 0.17% -
XYZ 1.12 1.85 0.83 -
YUV 30.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 12 43 17 0.72 0 0.60 0.83 129.68 0.56 0.11
Hex C 2B 11 48 0 3C 53 82 38 B
Octal 14 53 21 110 0 74 123 202 70 13
Binary 1100 101011 10001 1001000 0 111100 1010011 10000010 111000 1011

Color Harmonies of #0C2B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2B11

Black with #0C2B11

Text Example


Text Example

White with #0C2B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,43,17); }

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

background-color css

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

 a { background-color: rgb(12,43,17); }

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

border-color css

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

 span { border-color: rgb(12,43,17); }

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