Html Css Color HEX #0D1E13 Black Bean

📋 copy color: '#0D1E13'

red 13 ◦ green 30 ◦ blue 19

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

Shades of Black Bean #0D1E13

Tints of Black Bean #0D1E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 48.39%

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 20.97%
G = 48.39%
B = 30.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#0D1E13 (or 0x0D1E13) is known color: Black Bean. HEX triplet: 0D, 1E and 13. RGB value is (13,30,19). Sum of RGB (Red+Green+Blue) = 13+30+19=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E13 is #F2E1EC. Grayscale: #171717. Windows color (decimal): -15917549 or 1252877. OLE color: 1252877.

HSL color Cylindrical-coordinate representation of color #0D1E13: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0D1E13 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 30 19 -
CMYK 0.57 0 0.37 0.88
HSL 141.18º 0.4% 0.08% -
HSV(B) 141.18º 0.57% 0.12% -
XYZ 0.75 1.06 0.78 -
YUV 23.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 13 30 19 0.57 0 0.37 0.88 141.18 0.4 0.08
Hex D 1E 13 39 0 25 58 8D 28 8
Octal 15 36 23 71 0 45 130 215 50 10
Binary 1101 11110 10011 111001 0 100101 1011000 10001101 101000 1000

Color Harmonies of #0D1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E13

Black with #0D1E13

Text Example


Text Example

White with #0D1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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