Html Css Color HEX #21182E Blackcurrant

📋 copy color: '#21182E'

red 33 ◦ green 24 ◦ blue 46

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

Shades of Blackcurrant #21182E

Tints of Blackcurrant #21182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

 BLUE value IS 46 (18.36% from 255) = 44.66%

R = 32.04%
G = 23.3%
B = 44.66%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21182E (or 0x21182E) is known color: Blackcurrant. HEX triplet: 21, 18 and 2E. RGB value is (33,24,46). Sum of RGB (Red+Green+Blue) = 33+24+46=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #21182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21182E is #DEE7D1. Grayscale: #1D1D1D. Windows color (decimal): -14608338 or 3020833. OLE color: 3020833.

HSL color Cylindrical-coordinate representation of color #21182E: hue angle of 264.55º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21182E is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 24 46 -
CMYK 0.28 0.48 0 0.82
HSL 264.55º 0.31% 0.14% -
HSV(B) 264.55º 0.48% 0.18% -
XYZ 1.45 1.17 2.74 -
YUV 29.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 33 24 46 0.28 0.48 0 0.82 264.55 0.31 0.14
Hex 21 18 2E 1C 30 0 52 109 1F E
Octal 41 30 56 34 60 0 122 411 37 16
Binary 100001 11000 101110 11100 110000 0 1010010 100001001 11111 1110

Color Harmonies of #21182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21182E

Black with #21182E

Text Example


Text Example

White with #21182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21182E; }

 p { color: rgb(33,24,46); }

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

background-color css

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

 a { background-color: rgb(33,24,46); }

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

border-color css

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

 span { border-color: rgb(33,24,46); }

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