#292969

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

Shades of Deep Koamaru #292969

Tints of Deep Koamaru #292969

Color information

#292969 (or 0x292969) is unknown color: approx Deep Koamaru. HEX triplet: 29, 29 and 69. RGB value is (41,41,105). Sum of RGB (Red+Green+Blue) = 41+41+105=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #292969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292969 is #D6D696. Grayscale: #303030. Windows color (decimal): -14079639 or 6891817. OLE color: 6891817.

HSL color Cylindrical-coordinate representation of color #292969: hue angle of 240º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292969 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4141105-
CMYK0.610.6100.59
HSL240º43.84%28.63%-
HSV(B)240º60.95%41.18%-
XYZ4.263.0813.73-
YUV48.3160122.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=21.93%
G=21.93%
B=56.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41411050.610.6100.5924043.8428.63
Hex2929693D3D03Bf02c1d
Octal515115175750733605435
Binary101001101001110100111110111110101110111111000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292969; }

 p { color: rgb(41,41,105); }

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

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

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

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

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

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

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