Html Css Color HEX #153234 Nordic

📋 copy color: '#153234'

red 21 ◦ green 50 ◦ blue 52

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

Shades of Nordic #153234

Tints of Nordic #153234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.65%

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 17.07%
G = 40.65%
B = 42.28%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#153234 (or 0x153234) is known color: Nordic. HEX triplet: 15, 32 and 34. RGB value is (21,50,52). Sum of RGB (Red+Green+Blue) = 21+50+52=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #153234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153234 is #EACDCB. Grayscale: #292929. Windows color (decimal): -15388108 or 3420693. OLE color: 3420693.

HSL color Cylindrical-coordinate representation of color #153234: hue angle of 183.87º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153234 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 52 -
CMYK 0.60 0.04 0 0.80
HSL 183.87º 0.42% 0.14% -
HSV(B) 183.87º 0.6% 0.2% -
XYZ 2.07 2.69 3.66 -
YUV 41.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 21 50 52 0.60 0.04 0 0.80 183.87 0.42 0.14
Hex 15 32 34 3C 4 0 50 B8 2A E
Octal 25 62 64 74 4 0 120 270 52 16
Binary 10101 110010 110100 111100 100 0 1010000 10111000 101010 1110

Color Harmonies of #153234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153234

Black with #153234

Text Example


Text Example

White with #153234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153234; }

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

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

background-color css

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

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

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

border-color css

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

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

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