Html Css Color HEX #104141 Cyprus

📋 copy color: '#104141'

red 16 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #104141

Tints of Cyprus #104141

RGB

 RED value IS 16 (6.64% from 255) = 10.96%

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

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

R = 10.96%
G = 44.52%
B = 44.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#104141 (or 0x104141) is known color: Cyprus. HEX triplet: 10, 41 and 41. RGB value is (16,65,65). Sum of RGB (Red+Green+Blue) = 16+65+65=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #104141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104141 is #EFBEBE. Grayscale: #323232. Windows color (decimal): -15711935 or 4276496. OLE color: 4276496.

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

Color convert

RGB 16 65 65 -
CMYK 0.75 0 0 0.75
HSL 180º 0.6% 0.16% -
HSV(B) 180º 0.75% 0.25% -
XYZ 3.06 4.27 5.66 -
YUV 50.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 16 65 65 0.75 0 0 0.75 180 0.6 0.16
Hex 10 41 41 4B 0 0 4B B4 3C 10
Octal 20 101 101 113 0 0 113 264 74 20
Binary 10000 1000001 1000001 1001011 0 0 1001011 10110100 111100 10000

Color Harmonies of #104141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104141

Black with #104141

Text Example


Text Example

White with #104141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104141; }

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

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

background-color css

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

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

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

border-color css

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

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

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