Html Css Color HEX #114141 Cyprus

📋 copy color: '#114141'

red 17 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #114141

Tints of Cyprus #114141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

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

R = 11.56%
G = 44.22%
B = 44.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#114141 (or 0x114141) is known color: Cyprus. HEX triplet: 11, 41 and 41. RGB value is (17,65,65). Sum of RGB (Red+Green+Blue) = 17+65+65=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #114141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114141 is #EEBEBE. Grayscale: #323232. Windows color (decimal): -15646399 or 4276497. OLE color: 4276497.

HSL color Cylindrical-coordinate representation of color #114141: hue angle of 180º 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 #114141 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 65 -
CMYK 0.74 0 0 0.75
HSL 180º 0.59% 0.16% -
HSV(B) 180º 0.74% 0.25% -
XYZ 3.08 4.28 5.67 -
YUV 50.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 17 65 65 0.74 0 0 0.75 180 0.59 0.16
Hex 11 41 41 4A 0 0 4B B4 3B 10
Octal 21 101 101 112 0 0 113 264 73 20
Binary 10001 1000001 1000001 1001010 0 0 1001011 10110100 111011 10000

Color Harmonies of #114141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114141

Black with #114141

Text Example


Text Example

White with #114141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114141; }

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

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

background-color css

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

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

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

border-color css

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

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

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