#0C3338

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

Shades of Nordic #0C3338

Tints of Nordic #0C3338

Color information

#0C3338 (or 0x0C3338) is unknown color: approx Nordic. HEX triplet: 0C, 33 and 38. RGB value is (12,51,56). Sum of RGB (Red+Green+Blue) = 12+51+56=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C3338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3338 is #F3CCC7. Grayscale: #272727. Windows color (decimal): -15977672 or 3683084. OLE color: 3683084.

HSL color Cylindrical-coordinate representation of color #0C3338: hue angle of 186.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3338 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB125156-
CMYK0.790.0900.78
HSL186.82º64.71%13.33%-
HSV(B)186.82º78.57%21.96%-
XYZ2.052.734.16-
YUV39.91137.08108.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.08%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=10.08%
G=42.86%
B=47.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1251560.790.0900.78186.8264.7113.33
HexC33384F904Ebb41d
Octal14637011711011627310115
Binary110011001111100010011111001010011101011101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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