Html Css Color HEX #013838 Cyprus

📋 copy color: '#013838'

red 1 ◦ green 56 ◦ blue 56

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

Shades of Cyprus #013838

Tints of Cyprus #013838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 49.56%

R = 0.88%
G = 49.56%
B = 49.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013838 (or 0x013838) is known color: Cyprus. HEX triplet: 01, 38 and 38. RGB value is (1,56,56). Sum of RGB (Red+Green+Blue) = 1+56+56=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #013838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013838 is #FEC7C7. Grayscale: #272727. Windows color (decimal): -16697288 or 3684353. OLE color: 3684353.

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

Color convert

RGB 1 56 56 -
CMYK 0.98 0 0 0.78
HSL 180º 0.96% 0.11% -
HSV(B) 180º 0.98% 0.22% -
XYZ 2.14 3.12 4.23 -
YUV 39.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 1 56 56 0.98 0 0 0.78 180 0.96 0.11
Hex 1 38 38 62 0 0 4E B4 60 B
Octal 1 70 70 142 0 0 116 264 140 13
Binary 1 111000 111000 1100010 0 0 1001110 10110100 1100000 1011

Color Harmonies of #013838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013838

Black with #013838

Text Example


Text Example

White with #013838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013838; }

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

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

background-color css

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

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

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

border-color css

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

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

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