Html Css Color HEX #0A260E Black Bean

📋 copy color: '#0A260E'

red 10 ◦ green 38 ◦ blue 14

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

Shades of Black Bean #0A260E

Tints of Black Bean #0A260E

RGB

 RED value IS 10 (4.3% from 255) = 16.13%

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

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

R = 16.13%
G = 61.29%
B = 22.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.85

RGB Variations

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

Color information

#0A260E (or 0x0A260E) is known color: Black Bean. HEX triplet: 0A, 26 and 0E. RGB value is (10,38,14). Sum of RGB (Red+Green+Blue) = 10+38+14=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #0A260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A260E is #F5D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16112114 or 927242. OLE color: 927242.

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

Color convert

RGB 10 38 14 -
CMYK 0.74 0 0.63 0.85
HSL 128.57º 0.58% 0.09% -
HSV(B) 128.57º 0.74% 0.15% -
XYZ 0.9 1.48 0.65 -
YUV 26.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 10 38 14 0.74 0 0.63 0.85 128.57 0.58 0.09
Hex A 26 E 4A 0 3F 55 81 3A 9
Octal 12 46 16 112 0 77 125 201 72 11
Binary 1010 100110 1110 1001010 0 111111 1010101 10000001 111010 1001

Color Harmonies of #0A260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A260E

Black with #0A260E

Text Example


Text Example

White with #0A260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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