Html Css Color HEX #003033 Nordic

📋 copy color: '#003033'

red 0 ◦ green 48 ◦ blue 51

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

Shades of Nordic #003033

Tints of Nordic #003033

RGB

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

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

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

R = 0%
G = 48.48%
B = 51.52%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#003033 (or 0x003033) is known color: Nordic. HEX triplet: 00, 30 and 33. RGB value is (0,48,51). Sum of RGB (Red+Green+Blue) = 0+48+51=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #003033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003033 is #FFCFCC. Grayscale: #212121. Windows color (decimal): -16764877 or 3354624. OLE color: 3354624.

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

Color convert

RGB 0 48 51 -
CMYK 1 0.06 0 0.8
HSL 183.53º 1% 0.1% -
HSV(B) 183.53º 1% 0.2% -
XYZ 1.65 2.35 3.5 -
YUV 33.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 0 48 51 1 0.06 0 0.8 183.53 1 0.1
Hex 0 30 33 64 6 0 50 B8 64 A
Octal 0 60 63 144 6 0 120 270 144 12
Binary 0 110000 110011 1100100 110 0 1010000 10111000 1100100 1010

Color Harmonies of #003033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003033

Black with #003033

Text Example


Text Example

White with #003033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003033; }

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

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

background-color css

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

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

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

border-color css

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

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

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