Html Css Color HEX #02282B Nordic

📋 copy color: '#02282B'

red 2 ◦ green 40 ◦ blue 43

#02282B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #02282B

Tints of Nordic #02282B

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 value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#02282B (or 0x02282B) is known color: 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

RGB 2 40 43 -
CMYK 0.95 0.07 0 0.83
HSL 184.39º 0.91% 0.09% -
HSV(B) 184.39º 0.95% 0.17% -
XYZ 1.22 1.7 2.55 -
YUV 28.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 2 40 43 0.95 0.07 0 0.83 184.39 0.91 0.09
Hex 2 28 2B 5F 7 0 53 B8 5B 9
Octal 2 50 53 137 7 0 123 270 133 11
Binary 10 101000 101011 1011111 111 0 1010011 10111000 1011011 1001

Color Harmonies of #02282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02282B

Black with #02282B

Text Example


Text Example

White with #02282B

Text Example


Text Example

HTML Codes & Css Web 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>