Html Css Color HEX #0C2C0F Black Bean

📋 copy color: '#0C2C0F'

red 12 ◦ green 44 ◦ blue 15

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

Shades of Black Bean #0C2C0F

Tints of Black Bean #0C2C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 61.97%

 BLUE value IS 15 (6.25% from 255) = 21.13%

R = 16.9%
G = 61.97%
B = 21.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.83

RGB Variations

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

Color information

#0C2C0F (or 0x0C2C0F) is known color: Black Bean. HEX triplet: 0C, 2C and 0F. RGB value is (12,44,15). Sum of RGB (Red+Green+Blue) = 12+44+15=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C0F is #F3D3F0. Grayscale: #1F1F1F. Windows color (decimal): -15979505 or 994316. OLE color: 994316.

HSL color Cylindrical-coordinate representation of color #0C2C0F: hue angle of 125.62º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2C0F is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 44 15 -
CMYK 0.73 0 0.66 0.83
HSL 125.63º 0.57% 0.11% -
HSV(B) 125.63º 0.73% 0.17% -
XYZ 1.14 1.91 0.76 -
YUV 31.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 12 44 15 0.73 0 0.66 0.83 125.63 0.57 0.11
Hex C 2C F 49 0 42 53 7E 39 B
Octal 14 54 17 111 0 102 123 176 71 13
Binary 1100 101100 1111 1001001 0 1000010 1010011 1111110 111001 1011

Color Harmonies of #0C2C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2C0F

Black with #0C2C0F

Text Example


Text Example

White with #0C2C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,44,15); }

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

background-color css

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

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

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

border-color css

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

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

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