Html Css Color HEX #0D190F Black Bean

📋 copy color: '#0D190F'

red 13 ◦ green 25 ◦ blue 15

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

Shades of Black Bean #0D190F

Tints of Black Bean #0D190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 47.17%

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

R = 24.53%
G = 47.17%
B = 28.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#0D190F (or 0x0D190F) is known color: Black Bean. HEX triplet: 0D, 19 and 0F. RGB value is (13,25,15). Sum of RGB (Red+Green+Blue) = 13+25+15=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190F is #F2E6F0. Grayscale: #141414. Windows color (decimal): -15918833 or 989453. OLE color: 989453.

HSL color Cylindrical-coordinate representation of color #0D190F: hue angle of 130º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D190F is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 25 15 -
CMYK 0.48 0 0.40 0.90
HSL 130º 0.32% 0.07% -
HSV(B) 130º 0.48% 0.1% -
XYZ 0.6 0.82 0.58 -
YUV 20.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 13 25 15 0.48 0 0.40 0.90 130 0.32 0.07
Hex D 19 F 30 0 28 5A 82 20 7
Octal 15 31 17 60 0 50 132 202 40 7
Binary 1101 11001 1111 110000 0 101000 1011010 10000010 100000 111

Color Harmonies of #0D190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D190F

Black with #0D190F

Text Example


Text Example

White with #0D190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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