Html Css Color HEX #0C1E10 Black Bean

📋 copy color: '#0C1E10'

red 12 ◦ green 30 ◦ blue 16

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

Shades of Black Bean #0C1E10

Tints of Black Bean #0C1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 51.72%

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

R = 20.69%
G = 51.72%
B = 27.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#0C1E10 (or 0x0C1E10) is known color: Black Bean. HEX triplet: 0C, 1E and 10. RGB value is (12,30,16). Sum of RGB (Red+Green+Blue) = 12+30+16=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E10 is #F3E1EF. Grayscale: #171717. Windows color (decimal): -15983088 or 1056268. OLE color: 1056268.

HSL color Cylindrical-coordinate representation of color #0C1E10: hue angle of 133.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C1E10 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 30 16 -
CMYK 0.60 0 0.47 0.88
HSL 133.33º 0.43% 0.08% -
HSV(B) 133.33º 0.6% 0.12% -
XYZ 0.71 1.04 0.65 -
YUV 23.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 12 30 16 0.60 0 0.47 0.88 133.33 0.43 0.08
Hex C 1E 10 3C 0 2F 58 85 2B 8
Octal 14 36 20 74 0 57 130 205 53 10
Binary 1100 11110 10000 111100 0 101111 1011000 10000101 101011 1000

Color Harmonies of #0C1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E10

Black with #0C1E10

Text Example


Text Example

White with #0C1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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