#0B3230

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

Shades of Nordic #0B3230

Tints of Nordic #0B3230

Color information

#0B3230 (or 0x0B3230) is unknown color: approx Nordic. HEX triplet: 0B, 32 and 30. RGB value is (11,50,48). Sum of RGB (Red+Green+Blue) = 11+50+48=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3230 is #F4CDCF. Grayscale: #262626. Windows color (decimal): -16043472 or 3158539. OLE color: 3158539.

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

Color convert

RGB115048-
CMYK0.7800.040.80
HSL176.92º63.93%11.96%-
HSV(B)176.92º78%19.61%-
XYZ1.812.573.2-
YUV38.11133.58108.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=10.09%
G=45.87%
B=44.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1150480.7800.040.80176.9263.9311.96
HexB32304E0450b140c
Octal1362601160412026110014
Binary10111100101100001001110010010100001011000110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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