#083030

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

Shades of Nordic #083030

Tints of Nordic #083030

Color information

#083030 (or 0x083030) is unknown color: approx Nordic. HEX triplet: 08, 30 and 30. RGB value is (8,48,48). Sum of RGB (Red+Green+Blue) = 8+48+48=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #083030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083030 is #F7CFCF. Grayscale: #242424. Windows color (decimal): -16240592 or 3158024. OLE color: 3158024.

HSL color Cylindrical-coordinate representation of color #083030: hue angle of 180º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #083030 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB84848-
CMYK0.83000.81
HSL180º71.43%10.98%-
HSV(B)180º83.33%18.82%-
XYZ1.692.383.17-
YUV36.04134.75108-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=7.69%
G=46.15%
B=46.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal848480.83000.8118071.4310.98
Hex83030530051b447b
Octal1060601230012126410713
Binary100011000011000010100110010100011011010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083030; }

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

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

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

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

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

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

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

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