Html Css Color HEX #114041 Tiber

📋 copy color: '#114041'

red 17 ◦ green 64 ◦ blue 65

#114041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #114041

Tints of Tiber #114041

RGB

 RED value IS 17 (7.03% from 255) = 11.64%

 GREEN value IS 64 (25.39% from 255) = 43.84%

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 11.64%
G = 43.84%
B = 44.52%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#114041 (or 0x114041) is known color: Tiber. HEX triplet: 11, 40 and 41. RGB value is (17,64,65). Sum of RGB (Red+Green+Blue) = 17+64+65=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #114041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114041 is #EEBFBE. Grayscale: #323232. Windows color (decimal): -15646655 or 4276241. OLE color: 4276241.

HSL color Cylindrical-coordinate representation of color #114041: hue angle of 181.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114041 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 65 -
CMYK 0.74 0.02 0 0.75
HSL 181.25º 0.59% 0.16% -
HSV(B) 181.25º 0.74% 0.25% -
XYZ 3.02 4.17 5.65 -
YUV 50.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 17 64 65 0.74 0.02 0 0.75 181.25 0.59 0.16
Hex 11 40 41 4A 2 0 4B B5 3B 10
Octal 21 100 101 112 2 0 113 265 73 20
Binary 10001 1000000 1000001 1001010 10 0 1001011 10110101 111011 10000

Color Harmonies of #114041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114041

Black with #114041

Text Example


Text Example

White with #114041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114041; }

 p { color: rgb(17,64,65); }

 H1.HeaderClassName
 {
   color: #114041;
 }
 .AnyTagClassName
 {
   color: #114041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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