Html Css Color HEX #003535 Cyprus

📋 copy color: '#003535'

red 0 ◦ green 53 ◦ blue 53

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

Shades of Cyprus #003535

Tints of Cyprus #003535

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 50%

 BLUE value IS 53 (21.09% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#003535 (or 0x003535) is known color: Cyprus. HEX triplet: 00, 35 and 35. RGB value is (0,53,53). Sum of RGB (Red+Green+Blue) = 0+53+53=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #003535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003535 is #FFCACA. Grayscale: #252525. Windows color (decimal): -16763595 or 3486976. OLE color: 3486976.

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

Color convert

RGB 0 53 53 -
CMYK 1 0 0 0.79
HSL 180º 1% 0.1% -
HSV(B) 180º 1% 0.21% -
XYZ 1.92 2.8 3.81 -
YUV 37.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 0 53 53 1 0 0 0.79 180 1 0.1
Hex 0 35 35 64 0 0 4F B4 64 A
Octal 0 65 65 144 0 0 117 264 144 12
Binary 0 110101 110101 1100100 0 0 1001111 10110100 1100100 1010

Color Harmonies of #003535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003535

Black with #003535

Text Example


Text Example

White with #003535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003535; }

 p { color: rgb(0,53,53); }

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

background-color css

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

 a { background-color: rgb(0,53,53); }

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

border-color css

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

 span { border-color: rgb(0,53,53); }

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