Html Css Color HEX #153333 Nordic

📋 copy color: '#153333'

red 21 ◦ green 51 ◦ blue 51

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

Shades of Nordic #153333

Tints of Nordic #153333

RGB

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

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

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

R = 17.07%
G = 41.46%
B = 41.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#153333 (or 0x153333) is known color: Nordic. HEX triplet: 15, 33 and 33. RGB value is (21,51,51). Sum of RGB (Red+Green+Blue) = 21+51+51=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #153333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153333 is #EACCCC. Grayscale: #2A2A2A. Windows color (decimal): -15387853 or 3355413. OLE color: 3355413.

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

Color convert

RGB 21 51 51 -
CMYK 0.59 0 0 0.8
HSL 180º 0.42% 0.14% -
HSV(B) 180º 0.59% 0.2% -
XYZ 2.09 2.77 3.56 -
YUV 42.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 21 51 51 0.59 0 0 0.8 180 0.42 0.14
Hex 15 33 33 3B 0 0 50 B4 2A E
Octal 25 63 63 73 0 0 120 264 52 16
Binary 10101 110011 110011 111011 0 0 1010000 10110100 101010 1110

Color Harmonies of #153333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153333

Black with #153333

Text Example


Text Example

White with #153333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153333; }

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

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

background-color css

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

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

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

border-color css

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

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

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