#0B3231

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

Shades of Nordic #0B3231

Tints of Nordic #0B3231

Color information

#0B3231 (or 0x0B3231) is unknown color: approx Nordic. HEX triplet: 0B, 32 and 31. RGB value is (11,50,49). Sum of RGB (Red+Green+Blue) = 11+50+49=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3231 is #F4CDCE. Grayscale: #262626. Windows color (decimal): -16043471 or 3224075. OLE color: 3224075.

HSL color Cylindrical-coordinate representation of color #0B3231: hue angle of 178.46º 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 #0B3231 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB115049-
CMYK0.7800.020.80
HSL178.46º63.93%11.96%-
HSV(B)178.46º78%19.61%-
XYZ1.832.573.31-
YUV38.22134.08108.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=10%
G=45.45%
B=44.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1150490.7800.020.80178.4663.9311.96
HexB32314E0250b240c
Octal1362611160212026210014
Binary1011110010110001100111001010100001011001010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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