Html Css Color HEX #0D1C0F Black Bean

📋 copy color: '#0D1C0F'

red 13 ◦ green 28 ◦ blue 15

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

Shades of Black Bean #0D1C0F

Tints of Black Bean #0D1C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 23.21%
G = 50%
B = 26.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#0D1C0F (or 0x0D1C0F) is known color: Black Bean. HEX triplet: 0D, 1C and 0F. RGB value is (13,28,15). Sum of RGB (Red+Green+Blue) = 13+28+15=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0F is #F2E3F0. Grayscale: #161616. Windows color (decimal): -15918065 or 990221. OLE color: 990221.

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

Color convert

RGB 13 28 15 -
CMYK 0.54 0 0.46 0.89
HSL 128º 0.37% 0.08% -
HSV(B) 128º 0.54% 0.11% -
XYZ 0.67 0.95 0.6 -
YUV 22.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 13 28 15 0.54 0 0.46 0.89 128 0.37 0.08
Hex D 1C F 36 0 2E 59 80 25 8
Octal 15 34 17 66 0 56 131 200 45 10
Binary 1101 11100 1111 110110 0 101110 1011001 10000000 100101 1000

Color Harmonies of #0D1C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1C0F

Black with #0D1C0F

Text Example


Text Example

White with #0D1C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,28,15); }

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

background-color css

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

 a { background-color: rgb(13,28,15); }

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

border-color css

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

 span { border-color: rgb(13,28,15); }

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