Html Css Color HEX #063033 Nordic

📋 copy color: '#063033'

red 6 ◦ green 48 ◦ blue 51

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

Shades of Nordic #063033

Tints of Nordic #063033

RGB

 RED value IS 6 (2.73% from 255) = 5.71%

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

 BLUE value IS 51 (20.31% from 255) = 48.57%

R = 5.71%
G = 45.71%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#063033 (or 0x063033) is known color: Nordic. HEX triplet: 06, 30 and 33. RGB value is (6,48,51). Sum of RGB (Red+Green+Blue) = 6+48+51=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #063033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063033 is #F9CFCC. Grayscale: #232323. Windows color (decimal): -16371661 or 3354630. OLE color: 3354630.

HSL color Cylindrical-coordinate representation of color #063033: hue angle of 184º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063033 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 48 51 -
CMYK 0.88 0.06 0 0.8
HSL 184º 0.79% 0.11% -
HSV(B) 184º 0.88% 0.2% -
XYZ 1.73 2.39 3.5 -
YUV 35.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 6 48 51 0.88 0.06 0 0.8 184 0.79 0.11
Hex 6 30 33 58 6 0 50 B8 4F B
Octal 6 60 63 130 6 0 120 270 117 13
Binary 110 110000 110011 1011000 110 0 1010000 10111000 1001111 1011

Color Harmonies of #063033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063033

Black with #063033

Text Example


Text Example

White with #063033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063033; }

 p { color: rgb(6,48,51); }

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

background-color css

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

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

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

border-color css

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

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

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