#28316F

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

Shades of Deep Koamaru #28316F

Tints of Deep Koamaru #28316F

Color information

#28316F (or 0x28316F) is unknown color: approx Deep Koamaru. HEX triplet: 28, 31 and 6F. RGB value is (40,49,111). Sum of RGB (Red+Green+Blue) = 40+49+111=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #28316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316F is #D7CE90. Grayscale: #353535. Windows color (decimal): -14143121 or 7287080. OLE color: 7287080.

HSL color Cylindrical-coordinate representation of color #28316F: hue angle of 232.39º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28316F is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4049111-
CMYK0.640.5600.56
HSL232.39º47.02%29.61%-
HSV(B)232.39º63.96%43.53%-
XYZ4.843.815.52-
YUV53.38160.52118.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=20%
G=24.5%
B=55.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40491110.640.5600.56232.3947.0229.61
Hex28316F4038038e82f1e
Octal5061157100700703505736
Binary1010001100011101111100000011100001110001110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28316F; }

 p { color: rgb(40,49,111); }

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

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

 a { background-color: rgb(40,49,111); }

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

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

 span { border-color: rgb(40,49,111); }

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