Html Css Color HEX #153435 Nordic

📋 copy color: '#153435'

red 21 ◦ green 52 ◦ blue 53

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

Shades of Nordic #153435

Tints of Nordic #153435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 16.67%
G = 41.27%
B = 42.06%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153435 (or 0x153435) is known color: Nordic. HEX triplet: 15, 34 and 35. RGB value is (21,52,53). Sum of RGB (Red+Green+Blue) = 21+52+53=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #153435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153435 is #EACBCA. Grayscale: #2A2A2A. Windows color (decimal): -15387595 or 3486741. OLE color: 3486741.

HSL color Cylindrical-coordinate representation of color #153435: hue angle of 181.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153435 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 52 53 -
CMYK 0.60 0.02 0 0.79
HSL 181.88º 0.43% 0.15% -
HSV(B) 181.88º 0.6% 0.21% -
XYZ 2.18 2.87 3.81 -
YUV 42.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 21 52 53 0.60 0.02 0 0.79 181.88 0.43 0.15
Hex 15 34 35 3C 2 0 4F B6 2B F
Octal 25 64 65 74 2 0 117 266 53 17
Binary 10101 110100 110101 111100 10 0 1001111 10110110 101011 1111

Color Harmonies of #153435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153435

Black with #153435

Text Example


Text Example

White with #153435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153435; }

 p { color: rgb(21,52,53); }

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

background-color css

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

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

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

border-color css

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

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

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