Html Css Color HEX #0E260F Black Bean

📋 copy color: '#0E260F'

red 14 ◦ green 38 ◦ blue 15

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

Shades of Black Bean #0E260F

Tints of Black Bean #0E260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 56.72%

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

R = 20.9%
G = 56.72%
B = 22.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#0E260F (or 0x0E260F) is known color: Black Bean. HEX triplet: 0E, 26 and 0F. RGB value is (14,38,15). Sum of RGB (Red+Green+Blue) = 14+38+15=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #0E260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E260F is #F1D9F0. Grayscale: #1C1C1C. Windows color (decimal): -15849969 or 992782. OLE color: 992782.

HSL color Cylindrical-coordinate representation of color #0E260F: hue angle of 122.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E260F is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 38 15 -
CMYK 0.63 0 0.61 0.85
HSL 122.5º 0.46% 0.1% -
HSV(B) 122.5º 0.63% 0.15% -
XYZ 0.96 1.51 0.69 -
YUV 28.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 14 38 15 0.63 0 0.61 0.85 122.5 0.46 0.1
Hex E 26 F 3F 0 3D 55 7B 2E A
Octal 16 46 17 77 0 75 125 173 56 12
Binary 1110 100110 1111 111111 0 111101 1010101 1111011 101110 1010

Color Harmonies of #0E260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E260F

Black with #0E260F

Text Example


Text Example

White with #0E260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,38,15); }

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

background-color css

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

 a { background-color: rgb(14,38,15); }

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

border-color css

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

 span { border-color: rgb(14,38,15); }

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