Html Css Color HEX #153334 Nordic

📋 copy color: '#153334'

red 21 ◦ green 51 ◦ blue 52

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

Shades of Nordic #153334

Tints of Nordic #153334

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

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

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

Color convert

RGB 21 51 52 -
CMYK 0.60 0.02 0 0.80
HSL 181.94º 0.42% 0.14% -
HSV(B) 181.94º 0.6% 0.2% -
XYZ 2.11 2.78 3.67 -
YUV 42.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 21 51 52 0.60 0.02 0 0.80 181.94 0.42 0.14
Hex 15 33 34 3C 2 0 50 B6 2A E
Octal 25 63 64 74 2 0 120 266 52 16
Binary 10101 110011 110100 111100 10 0 1010000 10110110 101010 1110

Color Harmonies of #153334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153334

Black with #153334

Text Example


Text Example

White with #153334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153334; }

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

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

background-color css

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

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

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

border-color css

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

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

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