Html Css Color HEX #003331 Cyprus

📋 copy color: '#003331'

red 0 ◦ green 51 ◦ blue 49

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

Shades of Cyprus #003331

Tints of Cyprus #003331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 51%

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

R = 0%
G = 51%
B = 49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#003331 (or 0x003331) is known color: Cyprus. HEX triplet: 00, 33 and 31. RGB value is (0,51,49). Sum of RGB (Red+Green+Blue) = 0+51+49=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #003331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003331 is #FFCCCE. Grayscale: #232323. Windows color (decimal): -16764111 or 3224320. OLE color: 3224320.

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

Color convert

RGB 0 51 49 -
CMYK 1 0 0.04 0.8
HSL 177.65º 1% 0.1% -
HSV(B) 177.65º 1% 0.2% -
XYZ 1.74 2.59 3.31 -
YUV 35.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 0 51 49 1 0 0.04 0.8 177.65 1 0.1
Hex 0 33 31 64 0 4 50 B2 64 A
Octal 0 63 61 144 0 4 120 262 144 12
Binary 0 110011 110001 1100100 0 100 1010000 10110010 1100100 1010

Color Harmonies of #003331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003331

Black with #003331

Text Example


Text Example

White with #003331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003331; }

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

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

background-color css

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

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

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

border-color css

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

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

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