Html Css Color HEX #0D1E10 Black Bean

📋 copy color: '#0D1E10'

red 13 ◦ green 30 ◦ blue 16

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

Shades of Black Bean #0D1E10

Tints of Black Bean #0D1E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 27.12%

R = 22.03%
G = 50.85%
B = 27.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#0D1E10 (or 0x0D1E10) is known color: Black Bean. HEX triplet: 0D, 1E and 10. RGB value is (13,30,16). Sum of RGB (Red+Green+Blue) = 13+30+16=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E10 is #F2E1EF. Grayscale: #171717. Windows color (decimal): -15917552 or 1056269. OLE color: 1056269.

HSL color Cylindrical-coordinate representation of color #0D1E10: hue angle of 130.59º 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 #0D1E10 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 30 16 -
CMYK 0.57 0 0.47 0.88
HSL 130.59º 0.4% 0.08% -
HSV(B) 130.59º 0.57% 0.12% -
XYZ 0.72 1.05 0.66 -
YUV 23.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 13 30 16 0.57 0 0.47 0.88 130.59 0.4 0.08
Hex D 1E 10 39 0 2F 58 83 28 8
Octal 15 36 20 71 0 57 130 203 50 10
Binary 1101 11110 10000 111001 0 101111 1011000 10000011 101000 1000

Color Harmonies of #0D1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E10

Black with #0D1E10

Text Example


Text Example

White with #0D1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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