Html Css Color HEX #0C140E Black Bean

📋 copy color: '#0C140E'

red 12 ◦ green 20 ◦ blue 14

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

Shades of Black Bean #0C140E

Tints of Black Bean #0C140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 26.09%
G = 43.48%
B = 30.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#0C140E (or 0x0C140E) is known color: Black Bean. HEX triplet: 0C, 14 and 0E. RGB value is (12,20,14). Sum of RGB (Red+Green+Blue) = 12+20+14=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #0C140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C140E is #F3EBF1. Grayscale: #101010. Windows color (decimal): -15985650 or 922636. OLE color: 922636.

HSL color Cylindrical-coordinate representation of color #0C140E: hue angle of 135º 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 #0C140E is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 14 -
CMYK 0.40 0 0.30 0.92
HSL 135º 0.25% 0.06% -
HSV(B) 135º 0.4% 0.08% -
XYZ 0.48 0.61 0.51 -
YUV 16.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 12 20 14 0.40 0 0.30 0.92 135 0.25 0.06
Hex C 14 E 28 0 1E 5C 87 19 6
Octal 14 24 16 50 0 36 134 207 31 6
Binary 1100 10100 1110 101000 0 11110 1011100 10000111 11001 110

Color Harmonies of #0C140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C140E

Black with #0C140E

Text Example


Text Example

White with #0C140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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