Html Css Color HEX #0D1A11 Black Bean

📋 copy color: '#0D1A11'

red 13 ◦ green 26 ◦ blue 17

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

Shades of Black Bean #0D1A11

Tints of Black Bean #0D1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 46.43%

 BLUE value IS 17 (7.03% from 255) = 30.36%

R = 23.21%
G = 46.43%
B = 30.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.35

 K value IS 0.90

RGB Variations

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

Color information

#0D1A11 (or 0x0D1A11) is known color: Black Bean. HEX triplet: 0D, 1A and 11. RGB value is (13,26,17). Sum of RGB (Red+Green+Blue) = 13+26+17=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A11 is #F2E5EE. Grayscale: #151515. Windows color (decimal): -15918575 or 1120781. OLE color: 1120781.

HSL color Cylindrical-coordinate representation of color #0D1A11: hue angle of 138.46º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D1A11 is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 26 17 -
CMYK 0.5 0 0.35 0.90
HSL 138.46º 0.33% 0.08% -
HSV(B) 138.46º 0.5% 0.1% -
XYZ 0.64 0.86 0.66 -
YUV 21.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 13 26 17 0.5 0 0.35 0.90 138.46 0.33 0.08
Hex D 1A 11 32 0 23 5A 8A 21 8
Octal 15 32 21 62 0 43 132 212 41 10
Binary 1101 11010 10001 110010 0 100011 1011010 10001010 100001 1000

Color Harmonies of #0D1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A11

Black with #0D1A11

Text Example


Text Example

White with #0D1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,26,17); }

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

background-color css

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

 a { background-color: rgb(13,26,17); }

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

border-color css

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

 span { border-color: rgb(13,26,17); }

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