Html Css Color HEX #133838 Nordic

📋 copy color: '#133838'

red 19 ◦ green 56 ◦ blue 56

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

Shades of Nordic #133838

Tints of Nordic #133838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

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

R = 14.5%
G = 42.75%
B = 42.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133838 (or 0x133838) is known color: Nordic. HEX triplet: 13, 38 and 38. RGB value is (19,56,56). Sum of RGB (Red+Green+Blue) = 19+56+56=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #133838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133838 is #ECC7C7. Grayscale: #2C2C2C. Windows color (decimal): -15517640 or 3684371. OLE color: 3684371.

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

Color convert

RGB 19 56 56 -
CMYK 0.66 0 0 0.78
HSL 180º 0.49% 0.15% -
HSV(B) 180º 0.66% 0.22% -
XYZ 2.4 3.25 4.24 -
YUV 44.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 19 56 56 0.66 0 0 0.78 180 0.49 0.15
Hex 13 38 38 42 0 0 4E B4 31 F
Octal 23 70 70 102 0 0 116 264 61 17
Binary 10011 111000 111000 1000010 0 0 1001110 10110100 110001 1111

Color Harmonies of #133838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133838

Black with #133838

Text Example


Text Example

White with #133838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133838; }

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

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

background-color css

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

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

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

border-color css

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

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

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