Html Css Color HEX #0D1F0F Black Bean

📋 copy color: '#0D1F0F'

red 13 ◦ green 31 ◦ blue 15

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

Shades of Black Bean #0D1F0F

Tints of Black Bean #0D1F0F

RGB

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

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

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

R = 22.03%
G = 52.54%
B = 25.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#0D1F0F (or 0x0D1F0F) is known color: Black Bean. HEX triplet: 0D, 1F and 0F. RGB value is (13,31,15). Sum of RGB (Red+Green+Blue) = 13+31+15=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F0F is #F2E0F0. Grayscale: #171717. Windows color (decimal): -15917297 or 990989. OLE color: 990989.

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

Color convert

RGB 13 31 15 -
CMYK 0.58 0 0.52 0.88
HSL 126.67º 0.41% 0.09% -
HSV(B) 126.67º 0.58% 0.12% -
XYZ 0.74 1.1 0.63 -
YUV 23.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 13 31 15 0.58 0 0.52 0.88 126.67 0.41 0.09
Hex D 1F F 3A 0 34 58 7F 29 9
Octal 15 37 17 72 0 64 130 177 51 11
Binary 1101 11111 1111 111010 0 110100 1011000 1111111 101001 1001

Color Harmonies of #0D1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F0F

Black with #0D1F0F

Text Example


Text Example

White with #0D1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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