Html Css Color HEX #0D180E Black Bean

📋 copy color: '#0D180E'

red 13 ◦ green 24 ◦ blue 14

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

Shades of Black Bean #0D180E

Tints of Black Bean #0D180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 47.06%

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

R = 25.49%
G = 47.06%
B = 27.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#0D180E (or 0x0D180E) is known color: Black Bean. HEX triplet: 0D, 18 and 0E. RGB value is (13,24,14). Sum of RGB (Red+Green+Blue) = 13+24+14=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180E is #F2E7F1. Grayscale: #131313. Windows color (decimal): -15919090 or 923661. OLE color: 923661.

HSL color Cylindrical-coordinate representation of color #0D180E: hue angle of 125.45º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D180E is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 24 14 -
CMYK 0.46 0 0.42 0.91
HSL 125.45º 0.3% 0.07% -
HSV(B) 125.45º 0.46% 0.09% -
XYZ 0.57 0.77 0.53 -
YUV 19.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 13 24 14 0.46 0 0.42 0.91 125.45 0.3 0.07
Hex D 18 E 2E 0 2A 5B 7D 1E 7
Octal 15 30 16 56 0 52 133 175 36 7
Binary 1101 11000 1110 101110 0 101010 1011011 1111101 11110 111

Color Harmonies of #0D180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D180E

Black with #0D180E

Text Example


Text Example

White with #0D180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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