Html Css Color HEX #153135 Nordic

📋 copy color: '#153135'

red 21 ◦ green 49 ◦ blue 53

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

Shades of Nordic #153135

Tints of Nordic #153135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

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

R = 17.07%
G = 39.84%
B = 43.09%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153135 (or 0x153135) is known color: Nordic. HEX triplet: 15, 31 and 35. RGB value is (21,49,53). Sum of RGB (Red+Green+Blue) = 21+49+53=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #153135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153135 is #EACECA. Grayscale: #292929. Windows color (decimal): -15388363 or 3485973. OLE color: 3485973.

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

Color convert

RGB 21 49 53 -
CMYK 0.60 0.08 0 0.79
HSL 187.5º 0.43% 0.15% -
HSV(B) 187.5º 0.6% 0.21% -
XYZ 2.05 2.61 3.76 -
YUV 41.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 21 49 53 0.60 0.08 0 0.79 187.5 0.43 0.15
Hex 15 31 35 3C 8 0 4F BC 2B F
Octal 25 61 65 74 10 0 117 274 53 17
Binary 10101 110001 110101 111100 1000 0 1001111 10111100 101011 1111

Color Harmonies of #153135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153135

Black with #153135

Text Example


Text Example

White with #153135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153135; }

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

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

background-color css

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

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

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

border-color css

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

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

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