Html Css Color HEX #083230 Nordic

📋 copy color: '#083230'

red 8 ◦ green 50 ◦ blue 48

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

Shades of Nordic #083230

Tints of Nordic #083230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 7.55%
G = 47.17%
B = 45.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#083230 (or 0x083230) is known color: Nordic. HEX triplet: 08, 32 and 30. RGB value is (8,50,48). Sum of RGB (Red+Green+Blue) = 8+50+48=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #083230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083230 is #F7CDCF. Grayscale: #252525. Windows color (decimal): -16240080 or 3158536. OLE color: 3158536.

HSL color Cylindrical-coordinate representation of color #083230: hue angle of 177.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083230 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 50 48 -
CMYK 0.84 0 0.04 0.80
HSL 177.14º 0.72% 0.11% -
HSV(B) 177.14º 0.84% 0.2% -
XYZ 1.77 2.55 3.19 -
YUV 37.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 8 50 48 0.84 0 0.04 0.80 177.14 0.72 0.11
Hex 8 32 30 54 0 4 50 B1 48 B
Octal 10 62 60 124 0 4 120 261 110 13
Binary 1000 110010 110000 1010100 0 100 1010000 10110001 1001000 1011

Color Harmonies of #083230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083230

Black with #083230

Text Example


Text Example

White with #083230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083230; }

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

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

background-color css

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

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

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

border-color css

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

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

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