Html Css Color HEX #0C120C Black Bean

📋 copy color: '#0C120C'

red 12 ◦ green 18 ◦ blue 12

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

Shades of Black Bean #0C120C

Tints of Black Bean #0C120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 42.86%

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

R = 28.57%
G = 42.86%
B = 28.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#0C120C (or 0x0C120C) is known color: Black Bean. HEX triplet: 0C, 12 and 0C. RGB value is (12,18,12). Sum of RGB (Red+Green+Blue) = 12+18+12=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #0C120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C120C is #F3EDF3. Grayscale: #0F0F0F. Windows color (decimal): -15986164 or 791052. OLE color: 791052.

HSL color Cylindrical-coordinate representation of color #0C120C: hue angle of 120º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C120C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 18 12 -
CMYK 0.33 0 0.33 0.93
HSL 120º 0.2% 0.06% -
HSV(B) 120º 0.33% 0.07% -
XYZ 0.43 0.54 0.43 -
YUV 15.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 12 18 12 0.33 0 0.33 0.93 120 0.2 0.06
Hex C 12 C 21 0 21 5D 78 14 6
Octal 14 22 14 41 0 41 135 170 24 6
Binary 1100 10010 1100 100001 0 100001 1011101 1111000 10100 110

Color Harmonies of #0C120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C120C

Black with #0C120C

Text Example


Text Example

White with #0C120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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