#083333

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

Shades of Nordic #083333

Tints of Nordic #083333

Color information

#083333 (or 0x083333) is unknown color: approx Nordic. HEX triplet: 08, 33 and 33. RGB value is (8,51,51). Sum of RGB (Red+Green+Blue) = 8+51+51=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #083333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083333 is #F7CCCC. Grayscale: #262626. Windows color (decimal): -16239821 or 3355400. OLE color: 3355400.

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

Color convert

RGB85151-
CMYK0.84000.8
HSL180º72.88%11.57%-
HSV(B)180º84.31%20%-
XYZ1.882.663.55-
YUV38.14135.25106.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=7.27%
G=46.36%
B=46.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851510.84000.818072.8811.57
Hex83333540050b449c
Octal1063631240012026411114
Binary100011001111001110101000010100001011010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083333; }

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

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

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

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

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

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

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

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