Html Css Color HEX #0C1F0D Black Bean

📋 copy color: '#0C1F0D'

red 12 ◦ green 31 ◦ blue 13

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

Shades of Black Bean #0C1F0D

Tints of Black Bean #0C1F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 21.43%
G = 55.36%
B = 23.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#0C1F0D (or 0x0C1F0D) is known color: Black Bean. HEX triplet: 0C, 1F and 0D. RGB value is (12,31,13). Sum of RGB (Red+Green+Blue) = 12+31+13=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F0D is #F3E0F2. Grayscale: #171717. Windows color (decimal): -15982835 or 859916. OLE color: 859916.

HSL color Cylindrical-coordinate representation of color #0C1F0D: hue angle of 123.16º 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 #0C1F0D is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 31 13 -
CMYK 0.61 0 0.58 0.88
HSL 123.16º 0.44% 0.08% -
HSV(B) 123.16º 0.61% 0.12% -
XYZ 0.71 1.09 0.55 -
YUV 23.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 12 31 13 0.61 0 0.58 0.88 123.16 0.44 0.08
Hex C 1F D 3D 0 3A 58 7B 2C 8
Octal 14 37 15 75 0 72 130 173 54 10
Binary 1100 11111 1101 111101 0 111010 1011000 1111011 101100 1000

Color Harmonies of #0C1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1F0D

Black with #0C1F0D

Text Example


Text Example

White with #0C1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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