Html Css Color HEX #053030 Nordic

📋 copy color: '#053030'

red 5 ◦ green 48 ◦ blue 48

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

Shades of Nordic #053030

Tints of Nordic #053030

RGB

 RED value IS 5 (2.34% from 255) = 4.95%

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

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

R = 4.95%
G = 47.52%
B = 47.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#053030 (or 0x053030) is known color: Nordic. HEX triplet: 05, 30 and 30. RGB value is (5,48,48). Sum of RGB (Red+Green+Blue) = 5+48+48=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #053030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053030 is #FACFCF. Grayscale: #232323. Windows color (decimal): -16437200 or 3158021. OLE color: 3158021.

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

Color convert

RGB 5 48 48 -
CMYK 0.90 0 0 0.81
HSL 180º 0.81% 0.1% -
HSV(B) 180º 0.9% 0.19% -
XYZ 1.65 2.36 3.16 -
YUV 35.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 5 48 48 0.90 0 0 0.81 180 0.81 0.1
Hex 5 30 30 5A 0 0 51 B4 51 A
Octal 5 60 60 132 0 0 121 264 121 12
Binary 101 110000 110000 1011010 0 0 1010001 10110100 1010001 1010

Color Harmonies of #053030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053030

Black with #053030

Text Example


Text Example

White with #053030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053030; }

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

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

background-color css

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

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

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

border-color css

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

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

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