Html Css Color HEX #133434 Nordic

📋 copy color: '#133434'

red 19 ◦ green 52 ◦ blue 52

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

Shades of Nordic #133434

Tints of Nordic #133434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.28%

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 15.45%
G = 42.28%
B = 42.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#133434 (or 0x133434) is known color: Nordic. HEX triplet: 13, 34 and 34. RGB value is (19,52,52). Sum of RGB (Red+Green+Blue) = 19+52+52=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #133434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133434 is #ECCBCB. Grayscale: #2A2A2A. Windows color (decimal): -15518668 or 3421203. OLE color: 3421203.

HSL color Cylindrical-coordinate representation of color #133434: 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 #133434 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 52 -
CMYK 0.63 0 0 0.80
HSL 180º 0.46% 0.14% -
HSV(B) 180º 0.63% 0.2% -
XYZ 2.12 2.84 3.69 -
YUV 42.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 19 52 52 0.63 0 0 0.80 180 0.46 0.14
Hex 13 34 34 3F 0 0 50 B4 2E E
Octal 23 64 64 77 0 0 120 264 56 16
Binary 10011 110100 110100 111111 0 0 1010000 10110100 101110 1110

Color Harmonies of #133434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133434

Black with #133434

Text Example


Text Example

White with #133434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133434; }

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

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

background-color css

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

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

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

border-color css

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

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

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