Html Css Color HEX #0C140D Black Bean

📋 copy color: '#0C140D'

red 12 ◦ green 20 ◦ blue 13

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

Shades of Black Bean #0C140D

Tints of Black Bean #0C140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 44.44%

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

R = 26.67%
G = 44.44%
B = 28.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#0C140D (or 0x0C140D) is known color: Black Bean. HEX triplet: 0C, 14 and 0D. RGB value is (12,20,13). Sum of RGB (Red+Green+Blue) = 12+20+13=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #0C140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C140D is #F3EBF2. Grayscale: #101010. Windows color (decimal): -15985651 or 857100. OLE color: 857100.

HSL color Cylindrical-coordinate representation of color #0C140D: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C140D is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 13 -
CMYK 0.40 0 0.35 0.92
HSL 127.5º 0.25% 0.06% -
HSV(B) 127.5º 0.4% 0.08% -
XYZ 0.47 0.61 0.47 -
YUV 16.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 12 20 13 0.40 0 0.35 0.92 127.5 0.25 0.06
Hex C 14 D 28 0 23 5C 80 19 6
Octal 14 24 15 50 0 43 134 200 31 6
Binary 1100 10100 1101 101000 0 100011 1011100 10000000 11001 110

Color Harmonies of #0C140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C140D

Black with #0C140D

Text Example


Text Example

White with #0C140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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