Html Css Color HEX #15383A Nordic

📋 copy color: '#15383A'

red 21 ◦ green 56 ◦ blue 58

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

Shades of Nordic #15383A

Tints of Nordic #15383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.48%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 15.56%
G = 41.48%
B = 42.96%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15383A (or 0x15383A) is known color: Nordic. HEX triplet: 15, 38 and 3A. RGB value is (21,56,58). Sum of RGB (Red+Green+Blue) = 21+56+58=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #15383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15383A is #EAC7C5. Grayscale: #2D2D2D. Windows color (decimal): -15386566 or 3815445. OLE color: 3815445.

HSL color Cylindrical-coordinate representation of color #15383A: hue angle of 183.24º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15383A is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 56 58 -
CMYK 0.64 0.03 0 0.77
HSL 183.24º 0.47% 0.15% -
HSV(B) 183.24º 0.64% 0.23% -
XYZ 2.49 3.29 4.51 -
YUV 45.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 21 56 58 0.64 0.03 0 0.77 183.24 0.47 0.15
Hex 15 38 3A 40 3 0 4D B7 2F F
Octal 25 70 72 100 3 0 115 267 57 17
Binary 10101 111000 111010 1000000 11 0 1001101 10110111 101111 1111

Color Harmonies of #15383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15383A

Black with #15383A

Text Example


Text Example

White with #15383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15383A; }

 p { color: rgb(21,56,58); }

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

background-color css

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

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

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

border-color css

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

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

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