Html Css Color HEX #083337 Nordic

📋 copy color: '#083337'

red 8 ◦ green 51 ◦ blue 55

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

Shades of Nordic #083337

Tints of Nordic #083337

RGB

 RED value IS 8 (3.52% from 255) = 7.02%

 GREEN value IS 51 (20.31% from 255) = 44.74%

 BLUE value IS 55 (21.88% from 255) = 48.25%

R = 7.02%
G = 44.74%
B = 48.25%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083337 (or 0x083337) is known color: Nordic. HEX triplet: 08, 33 and 37. RGB value is (8,51,55). Sum of RGB (Red+Green+Blue) = 8+51+55=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #083337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083337 is #F7CCC8. Grayscale: #262626. Windows color (decimal): -16239817 or 3617544. OLE color: 3617544.

HSL color Cylindrical-coordinate representation of color #083337: hue angle of 185.11º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083337 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 51 55 -
CMYK 0.85 0.07 0 0.78
HSL 185.11º 0.75% 0.12% -
HSV(B) 185.11º 0.85% 0.22% -
XYZ 1.97 2.7 4.03 -
YUV 38.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 8 51 55 0.85 0.07 0 0.78 185.11 0.75 0.12
Hex 8 33 37 55 7 0 4E B9 4B C
Octal 10 63 67 125 7 0 116 271 113 14
Binary 1000 110011 110111 1010101 111 0 1001110 10111001 1001011 1100

Color Harmonies of #083337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083337

Black with #083337

Text Example


Text Example

White with #083337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083337; }

 p { color: rgb(8,51,55); }

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

background-color css

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

 a { background-color: rgb(8,51,55); }

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

border-color css

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

 span { border-color: rgb(8,51,55); }

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