Html Css Color HEX #0C1710 Black Bean

📋 copy color: '#0C1710'

red 12 ◦ green 23 ◦ blue 16

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

Shades of Black Bean #0C1710

Tints of Black Bean #0C1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 45.1%

 BLUE value IS 16 (6.64% from 255) = 31.37%

R = 23.53%
G = 45.1%
B = 31.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#0C1710 (or 0x0C1710) is known color: Black Bean. HEX triplet: 0C, 17 and 10. RGB value is (12,23,16). Sum of RGB (Red+Green+Blue) = 12+23+16=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1710 is #F3E8EF. Grayscale: #121212. Windows color (decimal): -15984880 or 1054476. OLE color: 1054476.

HSL color Cylindrical-coordinate representation of color #0C1710: hue angle of 141.82º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C1710 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 23 16 -
CMYK 0.48 0 0.30 0.91
HSL 141.82º 0.31% 0.07% -
HSV(B) 141.82º 0.48% 0.09% -
XYZ 0.55 0.73 0.6 -
YUV 18.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 12 23 16 0.48 0 0.30 0.91 141.82 0.31 0.07
Hex C 17 10 30 0 1E 5B 8E 1F 7
Octal 14 27 20 60 0 36 133 216 37 7
Binary 1100 10111 10000 110000 0 11110 1011011 10001110 11111 111

Color Harmonies of #0C1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1710

Black with #0C1710

Text Example


Text Example

White with #0C1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,23,16); }

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

background-color css

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

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

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

border-color css

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

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

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