Html Css Color HEX #133738 Nordic

📋 copy color: '#133738'

red 19 ◦ green 55 ◦ blue 56

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

Shades of Nordic #133738

Tints of Nordic #133738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.31%

 BLUE value IS 56 (22.27% from 255) = 43.08%

R = 14.62%
G = 42.31%
B = 43.08%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133738 (or 0x133738) is known color: Nordic. HEX triplet: 13, 37 and 38. RGB value is (19,55,56). Sum of RGB (Red+Green+Blue) = 19+55+56=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #133738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133738 is #ECC8C7. Grayscale: #2C2C2C. Windows color (decimal): -15517896 or 3684115. OLE color: 3684115.

HSL color Cylindrical-coordinate representation of color #133738: hue angle of 181.62º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133738 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 56 -
CMYK 0.66 0.02 0 0.78
HSL 181.62º 0.49% 0.15% -
HSV(B) 181.62º 0.66% 0.22% -
XYZ 2.35 3.16 4.23 -
YUV 44.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 19 55 56 0.66 0.02 0 0.78 181.62 0.49 0.15
Hex 13 37 38 42 2 0 4E B6 31 F
Octal 23 67 70 102 2 0 116 266 61 17
Binary 10011 110111 111000 1000010 10 0 1001110 10110110 110001 1111

Color Harmonies of #133738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133738

Black with #133738

Text Example


Text Example

White with #133738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133738; }

 p { color: rgb(19,55,56); }

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

background-color css

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

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

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

border-color css

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

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

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