Html Css Color HEX #083333 Nordic

📋 copy color: '#083333'

red 8 ◦ green 51 ◦ blue 51

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

Shades of Nordic #083333

Tints of Nordic #083333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 7.27%
G = 46.36%
B = 46.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#083333 (or 0x083333) is known color: Nordic. HEX triplet: 08, 33 and 33. RGB value is (8,51,51). Sum of RGB (Red+Green+Blue) = 8+51+51=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #083333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083333 is #F7CCCC. Grayscale: #262626. Windows color (decimal): -16239821 or 3355400. OLE color: 3355400.

HSL color Cylindrical-coordinate representation of color #083333: 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.84%. Process color model (Four color, CMYK) of #083333 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 51 -
CMYK 0.84 0 0 0.8
HSL 180º 0.73% 0.12% -
HSV(B) 180º 0.84% 0.2% -
XYZ 1.88 2.66 3.55 -
YUV 38.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 8 51 51 0.84 0 0 0.8 180 0.73 0.12
Hex 8 33 33 54 0 0 50 B4 49 C
Octal 10 63 63 124 0 0 120 264 111 14
Binary 1000 110011 110011 1010100 0 0 1010000 10110100 1001001 1100

Color Harmonies of #083333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083333

Black with #083333

Text Example


Text Example

White with #083333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083333; }

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

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

background-color css

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

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

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

border-color css

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

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

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