Html Css Color HEX #0D1F11 Black Bean

📋 copy color: '#0D1F11'

red 13 ◦ green 31 ◦ blue 17

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

Shades of Black Bean #0D1F11

Tints of Black Bean #0D1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 50.82%

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

R = 21.31%
G = 50.82%
B = 27.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#0D1F11 (or 0x0D1F11) is known color: Black Bean. HEX triplet: 0D, 1F and 11. RGB value is (13,31,17). Sum of RGB (Red+Green+Blue) = 13+31+17=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F11 is #F2E0EE. Grayscale: #181818. Windows color (decimal): -15917295 or 1122061. OLE color: 1122061.

HSL color Cylindrical-coordinate representation of color #0D1F11: hue angle of 133.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F11 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 31 17 -
CMYK 0.58 0 0.45 0.88
HSL 133.33º 0.41% 0.09% -
HSV(B) 133.33º 0.58% 0.12% -
XYZ 0.76 1.11 0.7 -
YUV 24.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 13 31 17 0.58 0 0.45 0.88 133.33 0.41 0.09
Hex D 1F 11 3A 0 2D 58 85 29 9
Octal 15 37 21 72 0 55 130 205 51 11
Binary 1101 11111 10001 111010 0 101101 1011000 10000101 101001 1001

Color Harmonies of #0D1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F11

Black with #0D1F11

Text Example


Text Example

White with #0D1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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