#083234

Color #083234 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #083234

Tints of Nordic #083234

Color information

#083234 (or 0x083234) is unknown color: approx Nordic. HEX triplet: 08, 32 and 34. RGB value is (8,50,52). Sum of RGB (Red+Green+Blue) = 8+50+52=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #083234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083234 is #F7CDCB. Grayscale: #252525. Windows color (decimal): -16240076 or 3420680. OLE color: 3420680.

HSL color Cylindrical-coordinate representation of color #083234: hue angle of 182.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083234 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB85052-
CMYK0.850.0400.80
HSL182.73º73.33%11.76%-
HSV(B)182.73º84.62%20.39%-
XYZ1.862.583.65-
YUV37.67136.09106.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=7.27%
G=45.45%
B=47.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850520.850.0400.80182.7373.3311.76
Hex83234554050b749c
Octal1062641254012026711114
Binary10001100101101001010101100010100001011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083234; }

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

 H1.HeaderClassName
 {
   color: #083234;
 }
 .AnyTagClassName
 {
   color: #083234;
 }
</style>
background-color css

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

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

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

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

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

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