Html Css Color HEX #013832 Cyprus

📋 copy color: '#013832'

red 1 ◦ green 56 ◦ blue 50

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

Shades of Cyprus #013832

Tints of Cyprus #013832

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

 GREEN value IS 56 (22.27% from 255) = 52.34%

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 0.93%
G = 52.34%
B = 46.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#013832 (or 0x013832) is known color: Cyprus. HEX triplet: 01, 38 and 32. RGB value is (1,56,50). Sum of RGB (Red+Green+Blue) = 1+56+50=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #013832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013832 is #FEC7CD. Grayscale: #262626. Windows color (decimal): -16697294 or 3291137. OLE color: 3291137.

HSL color Cylindrical-coordinate representation of color #013832: hue angle of 173.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013832 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 50 -
CMYK 0.98 0 0.11 0.78
HSL 173.45º 0.96% 0.11% -
HSV(B) 173.45º 0.98% 0.22% -
XYZ 2 3.07 3.5 -
YUV 38.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 1 56 50 0.98 0 0.11 0.78 173.45 0.96 0.11
Hex 1 38 32 62 0 B 4E AD 60 B
Octal 1 70 62 142 0 13 116 255 140 13
Binary 1 111000 110010 1100010 0 1011 1001110 10101101 1100000 1011

Color Harmonies of #013832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013832

Black with #013832

Text Example


Text Example

White with #013832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013832; }

 p { color: rgb(1,56,50); }

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

background-color css

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

 a { background-color: rgb(1,56,50); }

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

border-color css

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

 span { border-color: rgb(1,56,50); }

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