#00282B

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

Shades of Nordic #00282B

Tints of Nordic #00282B

Color information

#00282B (or 0x00282B) is unknown color: approx Nordic. HEX triplet: 00, 28 and 2B. RGB value is (0,40,43). Sum of RGB (Red+Green+Blue) = 0+40+43=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #00282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00282B is #FFD7D4. Grayscale: #1C1C1C. Windows color (decimal): -16766933 or 2828288. OLE color: 2828288.

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

Color convert

RGB04043-
CMYK10.0700.83
HSL184.19º100%8.43%-
HSV(B)184.19º100%16.86%-
XYZ1.191.692.55-
YUV28.38136.25107.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 48.19%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=0%
G=48.19%
B=51.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0404310.0700.83184.191008.43
Hex0282B647053b8648
Octal050531447012327014410
Binary01010001010111100100111010100111011100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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