Html Css Color HEX #153939 Nordic

📋 copy color: '#153939'

red 21 ◦ green 57 ◦ blue 57

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

Shades of Nordic #153939

Tints of Nordic #153939

RGB

 RED value IS 21 (8.59% from 255) = 15.56%

 GREEN value IS 57 (22.66% from 255) = 42.22%

 BLUE value IS 57 (22.66% from 255) = 42.22%

R = 15.56%
G = 42.22%
B = 42.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153939 (or 0x153939) is known color: Nordic. HEX triplet: 15, 39 and 39. RGB value is (21,57,57). Sum of RGB (Red+Green+Blue) = 21+57+57=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #153939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153939 is #EAC6C6. Grayscale: #2E2E2E. Windows color (decimal): -15386311 or 3750165. OLE color: 3750165.

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

Color convert

RGB 21 57 57 -
CMYK 0.63 0 0 0.78
HSL 180º 0.46% 0.15% -
HSV(B) 180º 0.63% 0.22% -
XYZ 2.51 3.38 4.39 -
YUV 46.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 21 57 57 0.63 0 0 0.78 180 0.46 0.15
Hex 15 39 39 3F 0 0 4E B4 2E F
Octal 25 71 71 77 0 0 116 264 56 17
Binary 10101 111001 111001 111111 0 0 1001110 10110100 101110 1111

Color Harmonies of #153939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153939

Black with #153939

Text Example


Text Example

White with #153939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153939; }

 p { color: rgb(21,57,57); }

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

background-color css

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

 a { background-color: rgb(21,57,57); }

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

border-color css

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

 span { border-color: rgb(21,57,57); }

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