Html Css Color HEX #0B2F31 Nordic

📋 copy color: '#0B2F31'

red 11 ◦ green 47 ◦ blue 49

#0B2F31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #0B2F31

Tints of Nordic #0B2F31

RGB

 RED value IS 11 (4.69% from 255) = 10.28%

 GREEN value IS 47 (18.75% from 255) = 43.93%

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 10.28%
G = 43.93%
B = 45.79%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0B2F31 (or 0x0B2F31) is known color: Nordic. HEX triplet: 0B, 2F and 31. RGB value is (11,47,49). Sum of RGB (Red+Green+Blue) = 11+47+49=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B2F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F31 is #F4D0CE. Grayscale: #242424. Windows color (decimal): -16044239 or 3223307. OLE color: 3223307.

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

Color convert

RGB 11 47 49 -
CMYK 0.78 0.04 0 0.81
HSL 183.16º 0.63% 0.12% -
HSV(B) 183.16º 0.78% 0.19% -
XYZ 1.71 2.33 3.26 -
YUV 36.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 11 47 49 0.78 0.04 0 0.81 183.16 0.63 0.12
Hex B 2F 31 4E 4 0 51 B7 3F C
Octal 13 57 61 116 4 0 121 267 77 14
Binary 1011 101111 110001 1001110 100 0 1010001 10110111 111111 1100

Color Harmonies of #0B2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2F31

Black with #0B2F31

Text Example


Text Example

White with #0B2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B2F31;
 }
 .AnyTagClassName
 {
   color: #0B2F31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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