Html Css Color HEX #0D1910 Black Bean

📋 copy color: '#0D1910'

red 13 ◦ green 25 ◦ blue 16

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

Shades of Black Bean #0D1910

Tints of Black Bean #0D1910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 46.3%

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

R = 24.07%
G = 46.3%
B = 29.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#0D1910 (or 0x0D1910) is known color: Black Bean. HEX triplet: 0D, 19 and 10. RGB value is (13,25,16). Sum of RGB (Red+Green+Blue) = 13+25+16=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1910 is #F2E6EF. Grayscale: #141414. Windows color (decimal): -15918832 or 1054989. OLE color: 1054989.

HSL color Cylindrical-coordinate representation of color #0D1910: hue angle of 135º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1910 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 25 16 -
CMYK 0.48 0 0.36 0.90
HSL 135º 0.32% 0.07% -
HSV(B) 135º 0.48% 0.1% -
XYZ 0.61 0.82 0.62 -
YUV 20.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 13 25 16 0.48 0 0.36 0.90 135 0.32 0.07
Hex D 19 10 30 0 24 5A 87 20 7
Octal 15 31 20 60 0 44 132 207 40 7
Binary 1101 11001 10000 110000 0 100100 1011010 10000111 100000 111

Color Harmonies of #0D1910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1910

Black with #0D1910

Text Example


Text Example

White with #0D1910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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