#0C383F

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

Shades of Nordic #0C383F

Tints of Nordic #0C383F

Color information

#0C383F (or 0x0C383F) is unknown color: approx Nordic. HEX triplet: 0C, 38 and 3F. RGB value is (12,56,63). Sum of RGB (Red+Green+Blue) = 12+56+63=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C383F is #F3C7C0. Grayscale: #2B2B2B. Windows color (decimal): -15976385 or 4143116. OLE color: 4143116.

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

Color convert

RGB125663-
CMYK0.810.1100.75
HSL188.24º68%14.71%-
HSV(B)188.24º80.95%24.71%-
XYZ2.463.275.2-
YUV43.64138.92105.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 63 (25% from 255) = 48.09%
R=9.16%
G=42.75%
B=48.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1256630.810.1100.75188.246814.71
HexC383F51B04Bbc44f
Octal14707712113011327410417
Binary110011100011111110100011011010010111011110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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