Html Css Color HEX #0C1910 Black Bean

📋 copy color: '#0C1910'

red 12 ◦ green 25 ◦ blue 16

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

Shades of Black Bean #0C1910

Tints of Black Bean #0C1910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 47.17%

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

R = 22.64%
G = 47.17%
B = 30.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#0C1910 (or 0x0C1910) is known color: Black Bean. HEX triplet: 0C, 19 and 10. RGB value is (12,25,16). Sum of RGB (Red+Green+Blue) = 12+25+16=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1910 is #F3E6EF. Grayscale: #141414. Windows color (decimal): -15984368 or 1054988. OLE color: 1054988.

HSL color Cylindrical-coordinate representation of color #0C1910: hue angle of 138.46º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1910 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 25 16 -
CMYK 0.52 0 0.36 0.90
HSL 138.46º 0.35% 0.07% -
HSV(B) 138.46º 0.52% 0.1% -
XYZ 0.59 0.81 0.62 -
YUV 20.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 12 25 16 0.52 0 0.36 0.90 138.46 0.35 0.07
Hex C 19 10 34 0 24 5A 8A 23 7
Octal 14 31 20 64 0 44 132 212 43 7
Binary 1100 11001 10000 110100 0 100100 1011010 10001010 100011 111

Color Harmonies of #0C1910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1910

Black with #0C1910

Text Example


Text Example

White with #0C1910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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