Html Css Color HEX #133333 Nordic

📋 copy color: '#133333'

red 19 ◦ green 51 ◦ blue 51

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

Shades of Nordic #133333

Tints of Nordic #133333

RGB

 RED value IS 19 (7.81% from 255) = 15.7%

 GREEN value IS 51 (20.31% from 255) = 42.15%

 BLUE value IS 51 (20.31% from 255) = 42.15%

R = 15.7%
G = 42.15%
B = 42.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#133333 (or 0x133333) is known color: Nordic. HEX triplet: 13, 33 and 33. RGB value is (19,51,51). Sum of RGB (Red+Green+Blue) = 19+51+51=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #133333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133333 is #ECCCCC. Grayscale: #292929. Windows color (decimal): -15518925 or 3355411. OLE color: 3355411.

HSL color Cylindrical-coordinate representation of color #133333: hue angle of 180º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133333 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 51 -
CMYK 0.63 0 0 0.8
HSL 180º 0.46% 0.14% -
HSV(B) 180º 0.63% 0.2% -
XYZ 2.05 2.75 3.55 -
YUV 41.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 19 51 51 0.63 0 0 0.8 180 0.46 0.14
Hex 13 33 33 3F 0 0 50 B4 2E E
Octal 23 63 63 77 0 0 120 264 56 16
Binary 10011 110011 110011 111111 0 0 1010000 10110100 101110 1110

Color Harmonies of #133333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133333

Black with #133333

Text Example


Text Example

White with #133333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133333; }

 p { color: rgb(19,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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