Html Css Color HEX #0C2C11 Black Bean

📋 copy color: '#0C2C11'

red 12 ◦ green 44 ◦ blue 17

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

Shades of Black Bean #0C2C11

Tints of Black Bean #0C2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 60.27%

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

R = 16.44%
G = 60.27%
B = 23.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.83

RGB Variations

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

Color information

#0C2C11 (or 0x0C2C11) is known color: Black Bean. HEX triplet: 0C, 2C and 11. RGB value is (12,44,17). Sum of RGB (Red+Green+Blue) = 12+44+17=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 44 (17.58% from 255 or 60.27% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C11 is #F3D3EE. Grayscale: #1F1F1F. Windows color (decimal): -15979503 or 1125388. OLE color: 1125388.

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

Color convert

RGB 12 44 17 -
CMYK 0.73 0 0.61 0.83
HSL 129.38º 0.57% 0.11% -
HSV(B) 129.38º 0.73% 0.17% -
XYZ 1.15 1.92 0.84 -
YUV 31.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 12 44 17 0.73 0 0.61 0.83 129.38 0.57 0.11
Hex C 2C 11 49 0 3D 53 81 39 B
Octal 14 54 21 111 0 75 123 201 71 13
Binary 1100 101100 10001 1001001 0 111101 1010011 10000001 111001 1011

Color Harmonies of #0C2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2C11

Black with #0C2C11

Text Example


Text Example

White with #0C2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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