Html Css Color HEX #153433 Nordic

📋 copy color: '#153433'

red 21 ◦ green 52 ◦ blue 51

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

Shades of Nordic #153433

Tints of Nordic #153433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 16.94%
G = 41.94%
B = 41.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#153433 (or 0x153433) is known color: Nordic. HEX triplet: 15, 34 and 33. RGB value is (21,52,51). Sum of RGB (Red+Green+Blue) = 21+52+51=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #153433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153433 is #EACBCC. Grayscale: #2A2A2A. Windows color (decimal): -15387597 or 3355669. OLE color: 3355669.

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

Color convert

RGB 21 52 51 -
CMYK 0.60 0 0.02 0.80
HSL 178.06º 0.42% 0.14% -
HSV(B) 178.06º 0.6% 0.2% -
XYZ 2.13 2.85 3.57 -
YUV 42.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 21 52 51 0.60 0 0.02 0.80 178.06 0.42 0.14
Hex 15 34 33 3C 0 2 50 B2 2A E
Octal 25 64 63 74 0 2 120 262 52 16
Binary 10101 110100 110011 111100 0 10 1010000 10110010 101010 1110

Color Harmonies of #153433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153433

Black with #153433

Text Example


Text Example

White with #153433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153433; }

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

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

background-color css

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

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

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

border-color css

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

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

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