Html Css Color HEX #003131 Cyprus

📋 copy color: '#003131'

red 0 ◦ green 49 ◦ blue 49

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

Shades of Cyprus #003131

Tints of Cyprus #003131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 50%

 BLUE value IS 49 (19.53% 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.81

RGB Variations

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

Color information

#003131 (or 0x003131) is known color: Cyprus. HEX triplet: 00, 31 and 31. RGB value is (0,49,49). Sum of RGB (Red+Green+Blue) = 0+49+49=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #003131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003131 is #FFCECE. Grayscale: #222222. Windows color (decimal): -16764623 or 3223808. OLE color: 3223808.

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

Color convert

RGB 0 49 49 -
CMYK 1 0 0 0.81
HSL 180º 1% 0.1% -
HSV(B) 180º 1% 0.19% -
XYZ 1.65 2.42 3.29 -
YUV 34.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 0 49 49 1 0 0 0.81 180 1 0.1
Hex 0 31 31 64 0 0 51 B4 64 A
Octal 0 61 61 144 0 0 121 264 144 12
Binary 0 110001 110001 1100100 0 0 1010001 10110100 1100100 1010

Color Harmonies of #003131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003131

Black with #003131

Text Example


Text Example

White with #003131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003131; }

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

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

background-color css

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

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

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

border-color css

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

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

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