#273D33

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

Shades of Celtic #273D33

Tints of Celtic #273D33

Color information

#273D33 (or 0x273D33) is unknown color: approx Celtic. HEX triplet: 27, 3D and 33. RGB value is (39,61,51). Sum of RGB (Red+Green+Blue) = 39+61+51=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #273D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D33 is #D8C2CC. Grayscale: #353535. Windows color (decimal): -14205645 or 3357991. OLE color: 3357991.

HSL color Cylindrical-coordinate representation of color #273D33: hue angle of 152.73º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #273D33 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB396151-
CMYK0.3600.160.76
HSL152.73º22%19.61%-
HSV(B)152.73º36.07%23.92%-
XYZ3.14.013.74-
YUV53.28126.71117.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 51 (20.31% from 255) = 33.77%
R=25.83%
G=40.40%
B=33.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3961510.3600.160.76152.732219.61
Hex273D33240104C991614
Octal477563440201142312624
Binary1001111111011100111001000100001001100100110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273D33; }

 p { color: rgb(39,61,51); }

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

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

 a { background-color: rgb(39,61,51); }

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

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

 span { border-color: rgb(39,61,51); }

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