Html Css Color HEX #003434 Cyprus

📋 copy color: '#003434'

red 0 ◦ green 52 ◦ blue 52

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

Shades of Cyprus #003434

Tints of Cyprus #003434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50%

 BLUE value IS 52 (20.7% 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.80

RGB Variations

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

Color information

#003434 (or 0x003434) is known color: Cyprus. HEX triplet: 00, 34 and 34. RGB value is (0,52,52). Sum of RGB (Red+Green+Blue) = 0+52+52=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #003434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003434 is #FFCBCB. Grayscale: #242424. Windows color (decimal): -16763852 or 3421184. OLE color: 3421184.

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

Color convert

RGB 0 52 52 -
CMYK 1 0 0 0.80
HSL 180º 1% 0.1% -
HSV(B) 180º 1% 0.2% -
XYZ 1.85 2.7 3.67 -
YUV 36.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 0 52 52 1 0 0 0.80 180 1 0.1
Hex 0 34 34 64 0 0 50 B4 64 A
Octal 0 64 64 144 0 0 120 264 144 12
Binary 0 110100 110100 1100100 0 0 1010000 10110100 1100100 1010

Color Harmonies of #003434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003434

Black with #003434

Text Example


Text Example

White with #003434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003434; }

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

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

background-color css

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

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

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

border-color css

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

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

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