Html Css Color HEX #0C110D Black Bean

📋 copy color: '#0C110D'

red 12 ◦ green 17 ◦ blue 13

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

Shades of Black Bean #0C110D

Tints of Black Bean #0C110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 40.48%

 BLUE value IS 13 (5.47% from 255) = 30.95%

R = 28.57%
G = 40.48%
B = 30.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#0C110D (or 0x0C110D) is known color: Black Bean. HEX triplet: 0C, 11 and 0D. RGB value is (12,17,13). Sum of RGB (Red+Green+Blue) = 12+17+13=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110D is #F3EEF2. Grayscale: #0F0F0F. Windows color (decimal): -15986419 or 856332. OLE color: 856332.

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

Color convert

RGB 12 17 13 -
CMYK 0.29 0 0.24 0.93
HSL 132º 0.17% 0.06% -
HSV(B) 132º 0.29% 0.07% -
XYZ 0.42 0.51 0.46 -
YUV 15.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 12 17 13 0.29 0 0.24 0.93 132 0.17 0.06
Hex C 11 D 1D 0 18 5D 84 11 6
Octal 14 21 15 35 0 30 135 204 21 6
Binary 1100 10001 1101 11101 0 11000 1011101 10000100 10001 110

Color Harmonies of #0C110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C110D

Black with #0C110D

Text Example


Text Example

White with #0C110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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