Html Css Color HEX #21172D Blackcurrant

📋 copy color: '#21172D'

red 33 ◦ green 23 ◦ blue 45

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

Shades of Blackcurrant #21172D

Tints of Blackcurrant #21172D

RGB

 RED value IS 33 (13.28% from 255) = 32.67%

 GREEN value IS 23 (9.38% from 255) = 22.77%

 BLUE value IS 45 (17.97% from 255) = 44.55%

R = 32.67%
G = 22.77%
B = 44.55%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21172D (or 0x21172D) is known color: Blackcurrant. HEX triplet: 21, 17 and 2D. RGB value is (33,23,45). Sum of RGB (Red+Green+Blue) = 33+23+45=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #21172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21172D is #DEE8D2. Grayscale: #1C1C1C. Windows color (decimal): -14608595 or 2955041. OLE color: 2955041.

HSL color Cylindrical-coordinate representation of color #21172D: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #21172D is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 23 45 -
CMYK 0.27 0.49 0 0.82
HSL 267.27º 0.32% 0.13% -
HSV(B) 267.27º 0.49% 0.18% -
XYZ 1.41 1.13 2.63 -
YUV 28.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 33 23 45 0.27 0.49 0 0.82 267.27 0.32 0.13
Hex 21 17 2D 1B 31 0 52 10B 20 D
Octal 41 27 55 33 61 0 122 413 40 15
Binary 100001 10111 101101 11011 110001 0 1010010 100001011 100000 1101

Color Harmonies of #21172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21172D

Black with #21172D

Text Example


Text Example

White with #21172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21172D; }

 p { color: rgb(33,23,45); }

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

background-color css

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

 a { background-color: rgb(33,23,45); }

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

border-color css

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

 span { border-color: rgb(33,23,45); }

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