#0B383A

Color #0B383A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0B383A

Tints of Nordic #0B383A

Color information

#0B383A (or 0x0B383A) is unknown color: approx Nordic. HEX triplet: 0B, 38 and 3A. RGB value is (11,56,58). Sum of RGB (Red+Green+Blue) = 11+56+58=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B383A is #F4C7C5. Grayscale: #2A2A2A. Windows color (decimal): -16041926 or 3815435. OLE color: 3815435.

HSL color Cylindrical-coordinate representation of color #0B383A: hue angle of 182.55º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B383A is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB115658-
CMYK0.810.0300.77
HSL182.55º68.12%13.53%-
HSV(B)182.55º81.03%22.75%-
XYZ2.323.24.5-
YUV42.77136.59105.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=8.8%
G=44.8%
B=46.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1156580.810.0300.77182.5568.1213.53
HexB383A51304Db744e
Octal1370721213011526710416
Binary1011111000111010101000111010011011011011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B383A; }

 p { color: rgb(11,56,58); }

 H1.HeaderClassName
 {
   color: #0B383A;
 }
 .AnyTagClassName
 {
   color: #0B383A;
 }
</style>
background-color css

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

 a { background-color: rgb(11,56,58); }

 div.DivClassName
 {
   background-color: #0B383A;
 }
 .BgClassName
 {
   background-color: #0B383A;
 }
</style>
border-color css

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

 span { border-color: rgb(11,56,58); }

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