Html Css Color HEX #093130 Nordic

📋 copy color: '#093130'

red 9 ◦ green 49 ◦ blue 48

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

Shades of Nordic #093130

Tints of Nordic #093130

RGB

 RED value IS 9 (3.91% from 255) = 8.49%

 GREEN value IS 49 (19.53% from 255) = 46.23%

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

R = 8.49%
G = 46.23%
B = 45.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#093130 (or 0x093130) is known color: Nordic. HEX triplet: 09, 31 and 30. RGB value is (9,49,48). Sum of RGB (Red+Green+Blue) = 9+49+48=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #093130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093130 is #F6CECF. Grayscale: #242424. Windows color (decimal): -16174800 or 3158281. OLE color: 3158281.

HSL color Cylindrical-coordinate representation of color #093130: hue angle of 178.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093130 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 48 -
CMYK 0.82 0 0.02 0.81
HSL 178.5º 0.69% 0.11% -
HSV(B) 178.5º 0.82% 0.19% -
XYZ 1.74 2.47 3.18 -
YUV 36.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 9 49 48 0.82 0 0.02 0.81 178.5 0.69 0.11
Hex 9 31 30 52 0 2 51 B2 45 B
Octal 11 61 60 122 0 2 121 262 105 13
Binary 1001 110001 110000 1010010 0 10 1010001 10110010 1000101 1011

Color Harmonies of #093130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093130

Black with #093130

Text Example


Text Example

White with #093130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093130; }

 p { color: rgb(9,49,48); }

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

background-color css

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

 a { background-color: rgb(9,49,48); }

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

border-color css

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

 span { border-color: rgb(9,49,48); }

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