Html Css Color HEX #083534 Nordic

📋 copy color: '#083534'

red 8 ◦ green 53 ◦ blue 52

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

Shades of Nordic #083534

Tints of Nordic #083534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.9%

 BLUE value IS 52 (20.7% from 255) = 46.02%

R = 7.08%
G = 46.9%
B = 46.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#083534 (or 0x083534) is known color: Nordic. HEX triplet: 08, 35 and 34. RGB value is (8,53,52). Sum of RGB (Red+Green+Blue) = 8+53+52=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #083534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083534 is #F7CACB. Grayscale: #272727. Windows color (decimal): -16239308 or 3421448. OLE color: 3421448.

HSL color Cylindrical-coordinate representation of color #083534: hue angle of 178.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083534 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 53 52 -
CMYK 0.85 0 0.02 0.79
HSL 178.67º 0.74% 0.12% -
HSV(B) 178.67º 0.85% 0.21% -
XYZ 1.99 2.85 3.69 -
YUV 39.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 8 53 52 0.85 0 0.02 0.79 178.67 0.74 0.12
Hex 8 35 34 55 0 2 4F B3 4A C
Octal 10 65 64 125 0 2 117 263 112 14
Binary 1000 110101 110100 1010101 0 10 1001111 10110011 1001010 1100

Color Harmonies of #083534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083534

Black with #083534

Text Example


Text Example

White with #083534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083534; }

 p { color: rgb(8,53,52); }

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

background-color css

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

 a { background-color: rgb(8,53,52); }

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

border-color css

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

 span { border-color: rgb(8,53,52); }

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