Html Css Color HEX #083338 Nordic

📋 copy color: '#083338'

red 8 ◦ green 51 ◦ blue 56

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

Shades of Nordic #083338

Tints of Nordic #083338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 6.96%
G = 44.35%
B = 48.7%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083338 (or 0x083338) is known color: Nordic. HEX triplet: 08, 33 and 38. RGB value is (8,51,56). Sum of RGB (Red+Green+Blue) = 8+51+56=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #083338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083338 is #F7CCC7. Grayscale: #262626. Windows color (decimal): -16239816 or 3683080. OLE color: 3683080.

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

Color convert

RGB 8 51 56 -
CMYK 0.86 0.09 0 0.78
HSL 186.25º 0.75% 0.13% -
HSV(B) 186.25º 0.86% 0.22% -
XYZ 2 2.7 4.16 -
YUV 38.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 8 51 56 0.86 0.09 0 0.78 186.25 0.75 0.13
Hex 8 33 38 56 9 0 4E BA 4B D
Octal 10 63 70 126 11 0 116 272 113 15
Binary 1000 110011 111000 1010110 1001 0 1001110 10111010 1001011 1101

Color Harmonies of #083338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083338

Black with #083338

Text Example


Text Example

White with #083338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083338; }

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

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

background-color css

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

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

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

border-color css

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

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

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