Html Css Color HEX #0D190E Black Bean

📋 copy color: '#0D190E'

red 13 ◦ green 25 ◦ blue 14

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

Shades of Black Bean #0D190E

Tints of Black Bean #0D190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 26.92%

R = 25%
G = 48.08%
B = 26.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#0D190E (or 0x0D190E) is known color: Black Bean. HEX triplet: 0D, 19 and 0E. RGB value is (13,25,14). Sum of RGB (Red+Green+Blue) = 13+25+14=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190E is #F2E6F1. Grayscale: #141414. Windows color (decimal): -15918834 or 923917. OLE color: 923917.

HSL color Cylindrical-coordinate representation of color #0D190E: hue angle of 125º 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 #0D190E is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 25 14 -
CMYK 0.48 0 0.44 0.90
HSL 125º 0.32% 0.07% -
HSV(B) 125º 0.48% 0.1% -
XYZ 0.59 0.81 0.54 -
YUV 20.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 13 25 14 0.48 0 0.44 0.90 125 0.32 0.07
Hex D 19 E 30 0 2C 5A 7D 20 7
Octal 15 31 16 60 0 54 132 175 40 7
Binary 1101 11001 1110 110000 0 101100 1011010 1111101 100000 111

Color Harmonies of #0D190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D190E

Black with #0D190E

Text Example


Text Example

White with #0D190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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