Html Css Color HEX #0C130D Black Bean

📋 copy color: '#0C130D'

red 12 ◦ green 19 ◦ blue 13

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

Shades of Black Bean #0C130D

Tints of Black Bean #0C130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 43.18%

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

R = 27.27%
G = 43.18%
B = 29.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#0C130D (or 0x0C130D) is known color: Black Bean. HEX triplet: 0C, 13 and 0D. RGB value is (12,19,13). Sum of RGB (Red+Green+Blue) = 12+19+13=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130D is #F3ECF2. Grayscale: #101010. Windows color (decimal): -15985907 or 856844. OLE color: 856844.

HSL color Cylindrical-coordinate representation of color #0C130D: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C130D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 19 13 -
CMYK 0.37 0 0.32 0.93
HSL 128.57º 0.23% 0.06% -
HSV(B) 128.57º 0.37% 0.07% -
XYZ 0.46 0.57 0.47 -
YUV 16.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 12 19 13 0.37 0 0.32 0.93 128.57 0.23 0.06
Hex C 13 D 25 0 20 5D 81 17 6
Octal 14 23 15 45 0 40 135 201 27 6
Binary 1100 10011 1101 100101 0 100000 1011101 10000001 10111 110

Color Harmonies of #0C130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C130D

Black with #0C130D

Text Example


Text Example

White with #0C130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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