Html Css Color HEX #0D130E Black Bean

📋 copy color: '#0D130E'

red 13 ◦ green 19 ◦ blue 14

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

Shades of Black Bean #0D130E

Tints of Black Bean #0D130E

RGB

 RED value IS 13 (5.47% from 255) = 28.26%

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

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 28.26%
G = 41.3%
B = 30.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#0D130E (or 0x0D130E) is known color: Black Bean. HEX triplet: 0D, 13 and 0E. RGB value is (13,19,14). Sum of RGB (Red+Green+Blue) = 13+19+14=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #0D130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D130E is #F2ECF1. Grayscale: #101010. Windows color (decimal): -15920370 or 922381. OLE color: 922381.

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

Color convert

RGB 13 19 14 -
CMYK 0.32 0 0.26 0.93
HSL 130º 0.19% 0.06% -
HSV(B) 130º 0.32% 0.07% -
XYZ 0.48 0.58 0.5 -
YUV 16.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 13 19 14 0.32 0 0.26 0.93 130 0.19 0.06
Hex D 13 E 20 0 1A 5D 82 13 6
Octal 15 23 16 40 0 32 135 202 23 6
Binary 1101 10011 1110 100000 0 11010 1011101 10000010 10011 110

Color Harmonies of #0D130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D130E

Black with #0D130E

Text Example


Text Example

White with #0D130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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