#29276E

Color #29276E Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #29276E

Tints of Deep Koamaru #29276E

Color information

#29276E (or 0x29276E) is unknown color: approx Deep Koamaru. HEX triplet: 29, 27 and 6E. RGB value is (41,39,110). Sum of RGB (Red+Green+Blue) = 41+39+110=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #29276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29276E is #D6D891. Grayscale: #2F2F2F. Windows color (decimal): -14080146 or 7218985. OLE color: 7218985.

HSL color Cylindrical-coordinate representation of color #29276E: hue angle of 241.69º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29276E is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4139110-
CMYK0.630.6500.57
HSL241.69º47.65%29.22%-
HSV(B)241.69º64.55%43.14%-
XYZ4.453.0515.11-
YUV47.69163.16123.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=21.58%
G=20.53%
B=57.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41391100.630.6500.57241.6947.6529.22
Hex29276E3F41039f2301d
Octal5147156771010713626035
Binary1010011001111101110111111100000101110011111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29276E; }

 p { color: rgb(41,39,110); }

 H1.HeaderClassName
 {
   color: #29276E;
 }
 .AnyTagClassName
 {
   color: #29276E;
 }
</style>
background-color css

<style>
 a { background-color: #29276E; }

 a { background-color: rgb(41,39,110); }

 div.DivClassName
 {
   background-color: #29276E;
 }
 .BgClassName
 {
   background-color: #29276E;
 }
</style>
border-color css

<style>
 span { border-color: #29276E; }

 span { border-color: rgb(41,39,110); }

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