Html Css Color HEX #08292D Nordic

📋 copy color: '#08292D'

red 8 ◦ green 41 ◦ blue 45

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

Shades of Nordic #08292D

Tints of Nordic #08292D

RGB

 RED value IS 8 (3.52% from 255) = 8.51%

 GREEN value IS 41 (16.41% from 255) = 43.62%

 BLUE value IS 45 (17.97% from 255) = 47.87%

R = 8.51%
G = 43.62%
B = 47.87%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08292D (or 0x08292D) is known color: Nordic. HEX triplet: 08, 29 and 2D. RGB value is (8,41,45). Sum of RGB (Red+Green+Blue) = 8+41+45=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #08292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08292D is #F7D6D2. Grayscale: #1F1F1F. Windows color (decimal): -16242387 or 2959624. OLE color: 2959624.

HSL color Cylindrical-coordinate representation of color #08292D: hue angle of 186.49º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08292D is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 41 45 -
CMYK 0.82 0.09 0 0.82
HSL 186.49º 0.7% 0.1% -
HSV(B) 186.49º 0.82% 0.18% -
XYZ 1.37 1.83 2.76 -
YUV 31.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 8 41 45 0.82 0.09 0 0.82 186.49 0.7 0.1
Hex 8 29 2D 52 9 0 52 BA 46 A
Octal 10 51 55 122 11 0 122 272 106 12
Binary 1000 101001 101101 1010010 1001 0 1010010 10111010 1000110 1010

Color Harmonies of #08292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08292D

Black with #08292D

Text Example


Text Example

White with #08292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08292D; }

 p { color: rgb(8,41,45); }

 H1.HeaderClassName
 {
   color: #08292D;
 }
 .AnyTagClassName
 {
   color: #08292D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #08292D;
 }
 .BgClassName
 {
   background-color: #08292D;
 }
</style>

border-color css

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

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

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