#33403B

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

Shades of Celtic #33403B

Tints of Celtic #33403B

Color information

#33403B (or 0x33403B) is unknown color: approx Celtic. HEX triplet: 33, 40 and 3B. RGB value is (51,64,59). Sum of RGB (Red+Green+Blue) = 51+64+59=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #33403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33403B is #CCBFC4. Grayscale: #3B3B3B. Windows color (decimal): -13418437 or 3883059. OLE color: 3883059.

HSL color Cylindrical-coordinate representation of color #33403B: hue angle of 156.92º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #33403B is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB516459-
CMYK0.2000.080.75
HSL156.92º11.3%22.55%-
HSV(B)156.92º20.31%25.1%-
XYZ3.994.694.83-
YUV59.54127.69121.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=29.31%
G=36.78%
B=33.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164590.2000.080.75156.9211.322.55
Hex33403B14084B9db17
Octal6310073240101132351327
Binary11001110000001110111010001000100101110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33403B; }

 p { color: rgb(51,64,59); }

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

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

 a { background-color: rgb(51,64,59); }

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

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

 span { border-color: rgb(51,64,59); }

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