Html Css Color HEX #0D150F Black Bean

📋 copy color: '#0D150F'

red 13 ◦ green 21 ◦ blue 15

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

Shades of Black Bean #0D150F

Tints of Black Bean #0D150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

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

R = 26.53%
G = 42.86%
B = 30.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#0D150F (or 0x0D150F) is known color: Black Bean. HEX triplet: 0D, 15 and 0F. RGB value is (13,21,15). Sum of RGB (Red+Green+Blue) = 13+21+15=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150F is #F2EAF0. Grayscale: #111111. Windows color (decimal): -15919857 or 988429. OLE color: 988429.

HSL color Cylindrical-coordinate representation of color #0D150F: hue angle of 135º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D150F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 21 15 -
CMYK 0.38 0 0.29 0.92
HSL 135º 0.24% 0.07% -
HSV(B) 135º 0.38% 0.08% -
XYZ 0.52 0.66 0.55 -
YUV 17.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 13 21 15 0.38 0 0.29 0.92 135 0.24 0.07
Hex D 15 F 26 0 1D 5C 87 18 7
Octal 15 25 17 46 0 35 134 207 30 7
Binary 1101 10101 1111 100110 0 11101 1011100 10000111 11000 111

Color Harmonies of #0D150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D150F

Black with #0D150F

Text Example


Text Example

White with #0D150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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