Html Css Color HEX #0C1F10 Black Bean

📋 copy color: '#0C1F10'

red 12 ◦ green 31 ◦ blue 16

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

Shades of Black Bean #0C1F10

Tints of Black Bean #0C1F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 52.54%

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

R = 20.34%
G = 52.54%
B = 27.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#0C1F10 (or 0x0C1F10) is known color: Black Bean. HEX triplet: 0C, 1F and 10. RGB value is (12,31,16). Sum of RGB (Red+Green+Blue) = 12+31+16=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F10 is #F3E0EF. Grayscale: #171717. Windows color (decimal): -15982832 or 1056524. OLE color: 1056524.

HSL color Cylindrical-coordinate representation of color #0C1F10: hue angle of 132.63º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C1F10 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 31 16 -
CMYK 0.61 0 0.48 0.88
HSL 132.63º 0.44% 0.08% -
HSV(B) 132.63º 0.61% 0.12% -
XYZ 0.74 1.1 0.66 -
YUV 23.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 12 31 16 0.61 0 0.48 0.88 132.63 0.44 0.08
Hex C 1F 10 3D 0 30 58 85 2C 8
Octal 14 37 20 75 0 60 130 205 54 10
Binary 1100 11111 10000 111101 0 110000 1011000 10000101 101100 1000

Color Harmonies of #0C1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1F10

Black with #0C1F10

Text Example


Text Example

White with #0C1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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