#0C3230

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

Shades of Nordic #0C3230

Tints of Nordic #0C3230

Color information

#0C3230 (or 0x0C3230) is unknown color: approx Nordic. HEX triplet: 0C, 32 and 30. RGB value is (12,50,48). Sum of RGB (Red+Green+Blue) = 12+50+48=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3230 is #F3CDCF. Grayscale: #262626. Windows color (decimal): -15977936 or 3158540. OLE color: 3158540.

HSL color Cylindrical-coordinate representation of color #0C3230: hue angle of 176.84º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3230 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB125048-
CMYK0.7600.040.80
HSL176.84º61.29%12.16%-
HSV(B)176.84º76%19.61%-
XYZ1.832.573.2-
YUV38.41133.41109.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=10.91%
G=45.45%
B=43.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1250480.7600.040.80176.8461.2912.16
HexC32304C0450b13dc
Octal146260114041202617514
Binary1100110010110000100110001001010000101100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,50,48); }

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

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

 a { background-color: rgb(12,50,48); }

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

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

 span { border-color: rgb(12,50,48); }

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