#02282B

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

Shades of Nordic #02282B

Tints of Nordic #02282B

Color information

#02282B (or 0x02282B) is unknown color: approx Nordic. HEX triplet: 02, 28 and 2B. RGB value is (2,40,43). Sum of RGB (Red+Green+Blue) = 2+40+43=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #02282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02282B is #FDD7D4. Grayscale: #1C1C1C. Windows color (decimal): -16635861 or 2828290. OLE color: 2828290.

HSL color Cylindrical-coordinate representation of color #02282B: hue angle of 184.39º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02282B is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB24043-
CMYK0.950.0700.83
HSL184.39º91.11%8.82%-
HSV(B)184.39º95.35%16.86%-
XYZ1.221.72.55-
YUV28.98135.91108.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=2.35%
G=47.06%
B=50.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal240430.950.0700.83184.3991.118.82
Hex2282B5F7053b85b9
Octal250531377012327013311
Binary101010001010111011111111010100111011100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02282B; }

 p { color: rgb(2,40,43); }

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

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

 a { background-color: rgb(2,40,43); }

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

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

 span { border-color: rgb(2,40,43); }

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