Html Css Color HEX #003130 Cyprus

📋 copy color: '#003130'

red 0 ◦ green 49 ◦ blue 48

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

Shades of Cyprus #003130

Tints of Cyprus #003130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 49.48%

R = 0%
G = 50.52%
B = 49.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#003130 (or 0x003130) is known color: Cyprus. HEX triplet: 00, 31 and 30. RGB value is (0,49,48). Sum of RGB (Red+Green+Blue) = 0+49+48=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #003130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003130 is #FFCECF. Grayscale: #222222. Windows color (decimal): -16764624 or 3158272. OLE color: 3158272.

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

Color convert

RGB 0 49 48 -
CMYK 1 0 0.02 0.81
HSL 178.78º 1% 0.1% -
HSV(B) 178.78º 1% 0.19% -
XYZ 1.63 2.41 3.18 -
YUV 34.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 0 49 48 1 0 0.02 0.81 178.78 1 0.1
Hex 0 31 30 64 0 2 51 B3 64 A
Octal 0 61 60 144 0 2 121 263 144 12
Binary 0 110001 110000 1100100 0 10 1010001 10110011 1100100 1010

Color Harmonies of #003130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003130

Black with #003130

Text Example


Text Example

White with #003130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003130; }

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

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

background-color css

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

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

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

border-color css

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

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

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