Html Css Color HEX #083231 Nordic

📋 copy color: '#083231'

red 8 ◦ green 50 ◦ blue 49

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

Shades of Nordic #083231

Tints of Nordic #083231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.73%

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 7.48%
G = 46.73%
B = 45.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#083231 (or 0x083231) is known color: Nordic. HEX triplet: 08, 32 and 31. RGB value is (8,50,49). Sum of RGB (Red+Green+Blue) = 8+50+49=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #083231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083231 is #F7CDCE. Grayscale: #252525. Windows color (decimal): -16240079 or 3224072. OLE color: 3224072.

HSL color Cylindrical-coordinate representation of color #083231: hue angle of 178.57º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083231 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 50 49 -
CMYK 0.84 0 0.02 0.80
HSL 178.57º 0.72% 0.11% -
HSV(B) 178.57º 0.84% 0.2% -
XYZ 1.8 2.55 3.3 -
YUV 37.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 8 50 49 0.84 0 0.02 0.80 178.57 0.72 0.11
Hex 8 32 31 54 0 2 50 B3 48 B
Octal 10 62 61 124 0 2 120 263 110 13
Binary 1000 110010 110001 1010100 0 10 1010000 10110011 1001000 1011

Color Harmonies of #083231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083231

Black with #083231

Text Example


Text Example

White with #083231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083231; }

 p { color: rgb(8,50,49); }

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

background-color css

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

 a { background-color: rgb(8,50,49); }

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

border-color css

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

 span { border-color: rgb(8,50,49); }

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