Html Css Color HEX #153535 Nordic

📋 copy color: '#153535'

red 21 ◦ green 53 ◦ blue 53

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

Shades of Nordic #153535

Tints of Nordic #153535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.73%

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

R = 16.54%
G = 41.73%
B = 41.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153535 (or 0x153535) is known color: Nordic. HEX triplet: 15, 35 and 35. RGB value is (21,53,53). Sum of RGB (Red+Green+Blue) = 21+53+53=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #153535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153535 is #EACACA. Grayscale: #2B2B2B. Windows color (decimal): -15387339 or 3486997. OLE color: 3486997.

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

Color convert

RGB 21 53 53 -
CMYK 0.60 0 0 0.79
HSL 180º 0.43% 0.15% -
HSV(B) 180º 0.6% 0.21% -
XYZ 2.22 2.96 3.82 -
YUV 43.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 21 53 53 0.60 0 0 0.79 180 0.43 0.15
Hex 15 35 35 3C 0 0 4F B4 2B F
Octal 25 65 65 74 0 0 117 264 53 17
Binary 10101 110101 110101 111100 0 0 1001111 10110100 101011 1111

Color Harmonies of #153535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153535

Black with #153535

Text Example


Text Example

White with #153535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153535; }

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

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

background-color css

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

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

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

border-color css

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

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

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