Html Css Color HEX #0C2312 Black Bean

📋 copy color: '#0C2312'

red 12 ◦ green 35 ◦ blue 18

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

Shades of Black Bean #0C2312

Tints of Black Bean #0C2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 53.85%

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 18.46%
G = 53.85%
B = 27.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#0C2312 (or 0x0C2312) is known color: Black Bean. HEX triplet: 0C, 23 and 12. RGB value is (12,35,18). Sum of RGB (Red+Green+Blue) = 12+35+18=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2312 is #F3DCED. Grayscale: #1A1A1A. Windows color (decimal): -15981806 or 1188620. OLE color: 1188620.

HSL color Cylindrical-coordinate representation of color #0C2312: hue angle of 135.65º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2312 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 35 18 -
CMYK 0.66 0 0.49 0.86
HSL 135.65º 0.49% 0.09% -
HSV(B) 135.65º 0.66% 0.14% -
XYZ 0.86 1.32 0.78 -
YUV 26.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 12 35 18 0.66 0 0.49 0.86 135.65 0.49 0.09
Hex C 23 12 42 0 31 56 88 31 9
Octal 14 43 22 102 0 61 126 210 61 11
Binary 1100 100011 10010 1000010 0 110001 1010110 10001000 110001 1001

Color Harmonies of #0C2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2312

Black with #0C2312

Text Example


Text Example

White with #0C2312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,35,18); }

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

background-color css

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

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

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

border-color css

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

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

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