Html Css Color HEX #083434 Nordic

📋 copy color: '#083434'

red 8 ◦ green 52 ◦ blue 52

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

Shades of Nordic #083434

Tints of Nordic #083434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.43%

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

R = 7.14%
G = 46.43%
B = 46.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#083434 (or 0x083434) is known color: Nordic. HEX triplet: 08, 34 and 34. RGB value is (8,52,52). Sum of RGB (Red+Green+Blue) = 8+52+52=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #083434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083434 is #F7CBCB. Grayscale: #262626. Windows color (decimal): -16239564 or 3421192. OLE color: 3421192.

HSL color Cylindrical-coordinate representation of color #083434: hue angle of 180º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083434 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 52 52 -
CMYK 0.85 0 0 0.80
HSL 180º 0.73% 0.12% -
HSV(B) 180º 0.85% 0.2% -
XYZ 1.95 2.76 3.68 -
YUV 38.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 8 52 52 0.85 0 0 0.80 180 0.73 0.12
Hex 8 34 34 55 0 0 50 B4 49 C
Octal 10 64 64 125 0 0 120 264 111 14
Binary 1000 110100 110100 1010101 0 0 1010000 10110100 1001001 1100

Color Harmonies of #083434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083434

Black with #083434

Text Example


Text Example

White with #083434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083434; }

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

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

background-color css

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

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

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

border-color css

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

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

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