#254141

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

Shades of Tiber #254141

Tints of Tiber #254141

Color information

#254141 (or 0x254141) is unknown color: approx Tiber. HEX triplet: 25, 41 and 41. RGB value is (37,65,65). Sum of RGB (Red+Green+Blue) = 37+65+65=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #254141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254141 is #DABEBE. Grayscale: #383838. Windows color (decimal): -14335679 or 4276517. OLE color: 4276517.

HSL color Cylindrical-coordinate representation of color #254141: hue angle of 180º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #254141 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB376565-
CMYK0.43000.75
HSL180º27.45%20%-
HSV(B)180º43.08%25.49%-
XYZ3.614.565.69-
YUV56.63132.72114-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=22.16%
G=38.92%
B=38.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765650.43000.7518027.4520
Hex2541412B004Bb41b14
Octal4510110153001132643324
Binary10010110000011000001101011001001011101101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254141; }

 p { color: rgb(37,65,65); }

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

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

 a { background-color: rgb(37,65,65); }

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

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

 span { border-color: rgb(37,65,65); }

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