Html Css Color HEX #003431 Cyprus

📋 copy color: '#003431'

red 0 ◦ green 52 ◦ blue 49

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

Shades of Cyprus #003431

Tints of Cyprus #003431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 48.51%

R = 0%
G = 51.49%
B = 48.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#003431 (or 0x003431) is known color: Cyprus. HEX triplet: 00, 34 and 31. RGB value is (0,52,49). Sum of RGB (Red+Green+Blue) = 0+52+49=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #003431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003431 is #FFCBCE. Grayscale: #242424. Windows color (decimal): -16763855 or 3224576. OLE color: 3224576.

HSL color Cylindrical-coordinate representation of color #003431: hue angle of 176.54º 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 #003431 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 49 -
CMYK 1 0 0.06 0.80
HSL 176.54º 1% 0.1% -
HSV(B) 176.54º 1% 0.2% -
XYZ 1.78 2.68 3.33 -
YUV 36.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 0 52 49 1 0 0.06 0.80 176.54 1 0.1
Hex 0 34 31 64 0 6 50 B1 64 A
Octal 0 64 61 144 0 6 120 261 144 12
Binary 0 110100 110001 1100100 0 110 1010000 10110001 1100100 1010

Color Harmonies of #003431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003431

Black with #003431

Text Example


Text Example

White with #003431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003431; }

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

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

background-color css

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

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

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

border-color css

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

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

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