Html Css Color HEX #0D1D12 Black Bean

📋 copy color: '#0D1D12'

red 13 ◦ green 29 ◦ blue 18

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

Shades of Black Bean #0D1D12

Tints of Black Bean #0D1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 48.33%

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

R = 21.67%
G = 48.33%
B = 30%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#0D1D12 (or 0x0D1D12) is known color: Black Bean. HEX triplet: 0D, 1D and 12. RGB value is (13,29,18). Sum of RGB (Red+Green+Blue) = 13+29+18=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D12 is #F2E2ED. Grayscale: #161616. Windows color (decimal): -15917806 or 1187085. OLE color: 1187085.

HSL color Cylindrical-coordinate representation of color #0D1D12: hue angle of 138.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D1D12 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 29 18 -
CMYK 0.55 0 0.38 0.89
HSL 138.75º 0.38% 0.08% -
HSV(B) 138.75º 0.55% 0.11% -
XYZ 0.71 1.01 0.73 -
YUV 22.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 13 29 18 0.55 0 0.38 0.89 138.75 0.38 0.08
Hex D 1D 12 37 0 26 59 8B 26 8
Octal 15 35 22 67 0 46 131 213 46 10
Binary 1101 11101 10010 110111 0 100110 1011001 10001011 100110 1000

Color Harmonies of #0D1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D12

Black with #0D1D12

Text Example


Text Example

White with #0D1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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