Html Css Color HEX #0C100C Black Bean

📋 copy color: '#0C100C'

red 12 ◦ green 16 ◦ blue 12

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

Shades of Black Bean #0C100C

Tints of Black Bean #0C100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 40%

 BLUE value IS 12 (5.08% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#0C100C (or 0x0C100C) is known color: Black Bean. HEX triplet: 0C, 10 and 0C. RGB value is (12,16,12). Sum of RGB (Red+Green+Blue) = 12+16+12=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0C100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C100C is #F3EFF3. Grayscale: #0E0E0E. Windows color (decimal): -15986676 or 790540. OLE color: 790540.

HSL color Cylindrical-coordinate representation of color #0C100C: hue angle of 120º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C100C is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 16 12 -
CMYK 0.25 0 0.25 0.94
HSL 120º 0.14% 0.05% -
HSV(B) 120º 0.25% 0.06% -
XYZ 0.4 0.48 0.42 -
YUV 14.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 12 16 12 0.25 0 0.25 0.94 120 0.14 0.05
Hex C 10 C 19 0 19 5E 78 E 5
Octal 14 20 14 31 0 31 136 170 16 5
Binary 1100 10000 1100 11001 0 11001 1011110 1111000 1110 101

Color Harmonies of #0C100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C100C

Black with #0C100C

Text Example


Text Example

White with #0C100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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