Html Css Color HEX #09383F Nordic

📋 copy color: '#09383F'

red 9 ◦ green 56 ◦ blue 63

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

Shades of Nordic #09383F

Tints of Nordic #09383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.75%

 BLUE value IS 63 (25% from 255) = 49.22%

R = 7.03%
G = 43.75%
B = 49.22%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09383F (or 0x09383F) is known color: Nordic. HEX triplet: 09, 38 and 3F. RGB value is (9,56,63). Sum of RGB (Red+Green+Blue) = 9+56+63=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #09383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09383F is #F6C7C0. Grayscale: #2A2A2A. Windows color (decimal): -16172993 or 4143113. OLE color: 4143113.

HSL color Cylindrical-coordinate representation of color #09383F: hue angle of 187.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09383F is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 56 63 -
CMYK 0.86 0.11 0 0.75
HSL 187.78º 0.75% 0.14% -
HSV(B) 187.78º 0.86% 0.25% -
XYZ 2.42 3.25 5.2 -
YUV 42.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 9 56 63 0.86 0.11 0 0.75 187.78 0.75 0.14
Hex 9 38 3F 56 B 0 4B BC 4B E
Octal 11 70 77 126 13 0 113 274 113 16
Binary 1001 111000 111111 1010110 1011 0 1001011 10111100 1001011 1110

Color Harmonies of #09383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09383F

Black with #09383F

Text Example


Text Example

White with #09383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09383F; }

 p { color: rgb(9,56,63); }

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

background-color css

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

 a { background-color: rgb(9,56,63); }

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

border-color css

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

 span { border-color: rgb(9,56,63); }

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