Html Css Color HEX #0C0D0C Black Bean

📋 copy color: '#0C0D0C'

red 12 ◦ green 13 ◦ blue 12

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

Shades of Black Bean #0C0D0C

Tints of Black Bean #0C0D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 35.14%

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

R = 32.43%
G = 35.14%
B = 32.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#0C0D0C (or 0x0C0D0C) is known color: Black Bean. HEX triplet: 0C, 0D and 0C. RGB value is (12,13,12). Sum of RGB (Red+Green+Blue) = 12+13+12=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D0C is #F3F2F3. Grayscale: #0C0C0C. Windows color (decimal): -15987444 or 789772. OLE color: 789772.

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

Color convert

RGB 12 13 12 -
CMYK 0.08 0 0.08 0.95
HSL 120º 0.04% 0.05% -
HSV(B) 120º 0.08% 0.05% -
XYZ 0.36 0.39 0.4 -
YUV 12.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 12 13 12 0.08 0 0.08 0.95 120 0.04 0.05
Hex C D C 8 0 8 5F 78 4 5
Octal 14 15 14 10 0 10 137 170 4 5
Binary 1100 1101 1100 1000 0 1000 1011111 1111000 100 101

Color Harmonies of #0C0D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D0C

Black with #0C0D0C

Text Example


Text Example

White with #0C0D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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