Html Css Color HEX #0D130F Black Bean

📋 copy color: '#0D130F'

red 13 ◦ green 19 ◦ blue 15

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

Shades of Black Bean #0D130F

Tints of Black Bean #0D130F

RGB

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

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

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

R = 27.66%
G = 40.43%
B = 31.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#0D130F (or 0x0D130F) is known color: Black Bean. HEX triplet: 0D, 13 and 0F. RGB value is (13,19,15). Sum of RGB (Red+Green+Blue) = 13+19+15=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0D130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D130F is #F2ECF0. Grayscale: #101010. Windows color (decimal): -15920369 or 987917. OLE color: 987917.

HSL color Cylindrical-coordinate representation of color #0D130F: hue angle of 140º 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 #0D130F is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 19 15 -
CMYK 0.32 0 0.21 0.93
HSL 140º 0.19% 0.06% -
HSV(B) 140º 0.32% 0.07% -
XYZ 0.49 0.59 0.54 -
YUV 16.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 13 19 15 0.32 0 0.21 0.93 140 0.19 0.06
Hex D 13 F 20 0 15 5D 8C 13 6
Octal 15 23 17 40 0 25 135 214 23 6
Binary 1101 10011 1111 100000 0 10101 1011101 10001100 10011 110

Color Harmonies of #0D130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D130F

Black with #0D130F

Text Example


Text Example

White with #0D130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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