Html Css Color HEX #0C0F0D Black Bean

📋 copy color: '#0C0F0D'

red 12 ◦ green 15 ◦ blue 13

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

Shades of Black Bean #0C0F0D

Tints of Black Bean #0C0F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 37.5%

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

R = 30%
G = 37.5%
B = 32.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#0C0F0D (or 0x0C0F0D) is known color: Black Bean. HEX triplet: 0C, 0F and 0D. RGB value is (12,15,13). Sum of RGB (Red+Green+Blue) = 12+15+13=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F0D is #F3F0F2. Grayscale: #0D0D0D. Windows color (decimal): -15986931 or 855820. OLE color: 855820.

HSL color Cylindrical-coordinate representation of color #0C0F0D: hue angle of 140º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0C0F0D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 15 13 -
CMYK 0.20 0 0.13 0.94
HSL 140º 0.11% 0.05% -
HSV(B) 140º 0.2% 0.06% -
XYZ 0.4 0.45 0.45 -
YUV 13.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 12 15 13 0.20 0 0.13 0.94 140 0.11 0.05
Hex C F D 14 0 D 5E 8C B 5
Octal 14 17 15 24 0 15 136 214 13 5
Binary 1100 1111 1101 10100 0 1101 1011110 10001100 1011 101

Color Harmonies of #0C0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F0D

Black with #0C0F0D

Text Example


Text Example

White with #0C0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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