Html Css Color HEX #0D290F Black Bean

📋 copy color: '#0D290F'

red 13 ◦ green 41 ◦ blue 15

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

Shades of Black Bean #0D290F

Tints of Black Bean #0D290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 59.42%

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

R = 18.84%
G = 59.42%
B = 21.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#0D290F (or 0x0D290F) is known color: Black Bean. HEX triplet: 0D, 29 and 0F. RGB value is (13,41,15). Sum of RGB (Red+Green+Blue) = 13+41+15=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #0D290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D290F is #F2D6F0. Grayscale: #1D1D1D. Windows color (decimal): -15914737 or 993549. OLE color: 993549.

HSL color Cylindrical-coordinate representation of color #0D290F: hue angle of 124.29º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D290F is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 41 15 -
CMYK 0.68 0 0.63 0.84
HSL 124.29º 0.52% 0.11% -
HSV(B) 124.29º 0.68% 0.16% -
XYZ 1.05 1.71 0.73 -
YUV 29.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 13 41 15 0.68 0 0.63 0.84 124.29 0.52 0.11
Hex D 29 F 44 0 3F 54 7C 34 B
Octal 15 51 17 104 0 77 124 174 64 13
Binary 1101 101001 1111 1000100 0 111111 1010100 1111100 110100 1011

Color Harmonies of #0D290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D290F

Black with #0D290F

Text Example


Text Example

White with #0D290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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