Html Css Color HEX #0D1B0F Black Bean

📋 copy color: '#0D1B0F'

red 13 ◦ green 27 ◦ blue 15

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

Shades of Black Bean #0D1B0F

Tints of Black Bean #0D1B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 49.09%

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

R = 23.64%
G = 49.09%
B = 27.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#0D1B0F (or 0x0D1B0F) is known color: Black Bean. HEX triplet: 0D, 1B and 0F. RGB value is (13,27,15). Sum of RGB (Red+Green+Blue) = 13+27+15=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B0F is #F2E4F0. Grayscale: #151515. Windows color (decimal): -15918321 or 989965. OLE color: 989965.

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

Color convert

RGB 13 27 15 -
CMYK 0.52 0 0.44 0.89
HSL 128.57º 0.35% 0.08% -
HSV(B) 128.57º 0.52% 0.11% -
XYZ 0.64 0.9 0.59 -
YUV 21.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 13 27 15 0.52 0 0.44 0.89 128.57 0.35 0.08
Hex D 1B F 34 0 2C 59 81 23 8
Octal 15 33 17 64 0 54 131 201 43 10
Binary 1101 11011 1111 110100 0 101100 1011001 10000001 100011 1000

Color Harmonies of #0D1B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1B0F

Black with #0D1B0F

Text Example


Text Example

White with #0D1B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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