#28273C

Color #28273C Valhalla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valhalla #28273C

Tints of Valhalla #28273C

Color information

#28273C (or 0x28273C) is unknown color: approx Valhalla. HEX triplet: 28, 27 and 3C. RGB value is (40,39,60). Sum of RGB (Red+Green+Blue) = 40+39+60=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #28273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28273C is #D7D8C3. Grayscale: #292929. Windows color (decimal): -14145732 or 3942184. OLE color: 3942184.

HSL color Cylindrical-coordinate representation of color #28273C: hue angle of 242.86º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28273C is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB403960-
CMYK0.330.3500.76
HSL242.86º21.21%19.41%-
HSV(B)242.86º35%23.53%-
XYZ2.422.234.58-
YUV41.69138.33126.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=28.78%
G=28.06%
B=43.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4039600.330.3500.76242.8621.2119.41
Hex28273C212304Cf31513
Octal504774414301143632523
Binary10100010011111110010000110001101001100111100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28273C; }

 p { color: rgb(40,39,60); }

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

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

 a { background-color: rgb(40,39,60); }

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

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

 span { border-color: rgb(40,39,60); }

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