Html Css Color HEX #013030 Nordic

📋 copy color: '#013030'

red 1 ◦ green 48 ◦ blue 48

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

Shades of Nordic #013030

Tints of Nordic #013030

RGB

 RED value IS 1 (0.78% from 255) = 1.03%

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

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

R = 1.03%
G = 49.48%
B = 49.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#013030 (or 0x013030) is known color: Nordic. HEX triplet: 01, 30 and 30. RGB value is (1,48,48). Sum of RGB (Red+Green+Blue) = 1+48+48=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #013030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013030 is #FECFCF. Grayscale: #212121. Windows color (decimal): -16699344 or 3158017. OLE color: 3158017.

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

Color convert

RGB 1 48 48 -
CMYK 0.98 0 0 0.81
HSL 180º 0.96% 0.1% -
HSV(B) 180º 0.98% 0.19% -
XYZ 1.6 2.33 3.16 -
YUV 33.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 1 48 48 0.98 0 0 0.81 180 0.96 0.1
Hex 1 30 30 62 0 0 51 B4 60 A
Octal 1 60 60 142 0 0 121 264 140 12
Binary 1 110000 110000 1100010 0 0 1010001 10110100 1100000 1010

Color Harmonies of #013030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013030

Black with #013030

Text Example


Text Example

White with #013030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013030; }

 p { color: rgb(1,48,48); }

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

background-color css

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

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

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

border-color css

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

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

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