Html Css Color HEX #063431 Cyprus

📋 copy color: '#063431'

red 6 ◦ green 52 ◦ blue 49

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

Shades of Cyprus #063431

Tints of Cyprus #063431

RGB

 RED value IS 6 (2.73% from 255) = 5.61%

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

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

R = 5.61%
G = 48.6%
B = 45.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#063431 (or 0x063431) is known color: Cyprus. HEX triplet: 06, 34 and 31. RGB value is (6,52,49). Sum of RGB (Red+Green+Blue) = 6+52+49=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #063431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063431 is #F9CBCE. Grayscale: #252525. Windows color (decimal): -16370639 or 3224582. OLE color: 3224582.

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

Color convert

RGB 6 52 49 -
CMYK 0.88 0 0.06 0.80
HSL 176.09º 0.79% 0.11% -
HSV(B) 176.09º 0.88% 0.2% -
XYZ 1.86 2.72 3.33 -
YUV 37.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 6 52 49 0.88 0 0.06 0.80 176.09 0.79 0.11
Hex 6 34 31 58 0 6 50 B0 4F B
Octal 6 64 61 130 0 6 120 260 117 13
Binary 110 110100 110001 1011000 0 110 1010000 10110000 1001111 1011

Color Harmonies of #063431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063431

Black with #063431

Text Example


Text Example

White with #063431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063431; }

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

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

background-color css

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

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

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

border-color css

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

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

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