Html Css Color HEX #0A270E Black Bean

📋 copy color: '#0A270E'

red 10 ◦ green 39 ◦ blue 14

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

Shades of Black Bean #0A270E

Tints of Black Bean #0A270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 61.9%

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

R = 15.87%
G = 61.9%
B = 22.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#0A270E (or 0x0A270E) is known color: Black Bean. HEX triplet: 0A, 27 and 0E. RGB value is (10,39,14). Sum of RGB (Red+Green+Blue) = 10+39+14=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #0A270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A270E is #F5D8F1. Grayscale: #1B1B1B. Windows color (decimal): -16111858 or 927498. OLE color: 927498.

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

Color convert

RGB 10 39 14 -
CMYK 0.74 0 0.64 0.85
HSL 128.28º 0.59% 0.1% -
HSV(B) 128.28º 0.74% 0.15% -
XYZ 0.93 1.55 0.67 -
YUV 27.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 10 39 14 0.74 0 0.64 0.85 128.28 0.59 0.1
Hex A 27 E 4A 0 40 55 80 3B A
Octal 12 47 16 112 0 100 125 200 73 12
Binary 1010 100111 1110 1001010 0 1000000 1010101 10000000 111011 1010

Color Harmonies of #0A270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A270E

Black with #0A270E

Text Example


Text Example

White with #0A270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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