Html Css Color HEX #0D1E12 Black Bean

📋 copy color: '#0D1E12'

red 13 ◦ green 30 ◦ blue 18

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

Shades of Black Bean #0D1E12

Tints of Black Bean #0D1E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 29.51%

R = 21.31%
G = 49.18%
B = 29.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#0D1E12 (or 0x0D1E12) is known color: Black Bean. HEX triplet: 0D, 1E and 12. RGB value is (13,30,18). Sum of RGB (Red+Green+Blue) = 13+30+18=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E12 is #F2E1ED. Grayscale: #171717. Windows color (decimal): -15917550 or 1187341. OLE color: 1187341.

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

Color convert

RGB 13 30 18 -
CMYK 0.57 0 0.40 0.88
HSL 137.65º 0.4% 0.08% -
HSV(B) 137.65º 0.57% 0.12% -
XYZ 0.74 1.06 0.74 -
YUV 23.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 13 30 18 0.57 0 0.40 0.88 137.65 0.4 0.08
Hex D 1E 12 39 0 28 58 8A 28 8
Octal 15 36 22 71 0 50 130 212 50 10
Binary 1101 11110 10010 111001 0 101000 1011000 10001010 101000 1000

Color Harmonies of #0D1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E12

Black with #0D1E12

Text Example


Text Example

White with #0D1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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