#283831

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

Shades of Celtic #283831

Tints of Celtic #283831

Color information

#283831 (or 0x283831) is unknown color: approx Celtic. HEX triplet: 28, 38 and 31. RGB value is (40,56,49). Sum of RGB (Red+Green+Blue) = 40+56+49=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #283831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283831 is #D7C7CE. Grayscale: #323232. Windows color (decimal): -14141391 or 3225640. OLE color: 3225640.

HSL color Cylindrical-coordinate representation of color #283831: hue angle of 153.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #283831 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB405649-
CMYK0.2900.120.78
HSL153.75º16.67%18.82%-
HSV(B)153.75º28.57%21.96%-
XYZ2.843.53.43-
YUV50.42127.2120.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=27.59%
G=38.62%
B=33.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4056490.2900.120.78153.7516.6718.82
Hex2838311D0C4E9a1113
Octal507061350141162322123
Binary10100011100011000111101011001001110100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283831; }

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

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

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

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

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

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

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

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