Html Css Color HEX #0E1F10 Black Bean

📋 copy color: '#0E1F10'

red 14 ◦ green 31 ◦ blue 16

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

Shades of Black Bean #0E1F10

Tints of Black Bean #0E1F10

RGB

 RED value IS 14 (5.86% from 255) = 22.95%

 GREEN value IS 31 (12.5% from 255) = 50.82%

 BLUE value IS 16 (6.64% from 255) = 26.23%

R = 22.95%
G = 50.82%
B = 26.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#0E1F10 (or 0x0E1F10) is known color: Black Bean. HEX triplet: 0E, 1F and 10. RGB value is (14,31,16). Sum of RGB (Red+Green+Blue) = 14+31+16=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F10 is #F1E0EF. Grayscale: #181818. Windows color (decimal): -15851760 or 1056526. OLE color: 1056526.

HSL color Cylindrical-coordinate representation of color #0E1F10: hue angle of 127.06º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F10 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 31 16 -
CMYK 0.55 0 0.48 0.88
HSL 127.06º 0.38% 0.09% -
HSV(B) 127.06º 0.55% 0.12% -
XYZ 0.76 1.11 0.66 -
YUV 24.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 14 31 16 0.55 0 0.48 0.88 127.06 0.38 0.09
Hex E 1F 10 37 0 30 58 7F 26 9
Octal 16 37 20 67 0 60 130 177 46 11
Binary 1110 11111 10000 110111 0 110000 1011000 1111111 100110 1001

Color Harmonies of #0E1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F10

Black with #0E1F10

Text Example


Text Example

White with #0E1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,31,16); }

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

background-color css

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

 a { background-color: rgb(14,31,16); }

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

border-color css

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

 span { border-color: rgb(14,31,16); }

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