Html Css Color HEX #0C200C Black Bean

📋 copy color: '#0C200C'

red 12 ◦ green 32 ◦ blue 12

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

Shades of Black Bean #0C200C

Tints of Black Bean #0C200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 57.14%

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 21.43%
G = 57.14%
B = 21.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#0C200C (or 0x0C200C) is known color: Black Bean. HEX triplet: 0C, 20 and 0C. RGB value is (12,32,12). Sum of RGB (Red+Green+Blue) = 12+32+12=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #0C200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C200C is #F3DFF3. Grayscale: #171717. Windows color (decimal): -15982580 or 794636. OLE color: 794636.

HSL color Cylindrical-coordinate representation of color #0C200C: hue angle of 120º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C200C is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 32 12 -
CMYK 0.63 0 0.63 0.87
HSL 120º 0.45% 0.09% -
HSV(B) 120º 0.63% 0.13% -
XYZ 0.73 1.14 0.53 -
YUV 23.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 12 32 12 0.63 0 0.63 0.87 120 0.45 0.09
Hex C 20 C 3F 0 3F 57 78 2D 9
Octal 14 40 14 77 0 77 127 170 55 11
Binary 1100 100000 1100 111111 0 111111 1010111 1111000 101101 1001

Color Harmonies of #0C200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C200C

Black with #0C200C

Text Example


Text Example

White with #0C200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,32,12); }

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

background-color css

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

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

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

border-color css

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

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

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