Html Css Color HEX #21132A Blackcurrant

📋 copy color: '#21132A'

red 33 ◦ green 19 ◦ blue 42

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

Shades of Blackcurrant #21132A

Tints of Blackcurrant #21132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 42 (16.8% from 255) = 44.68%

R = 35.11%
G = 20.21%
B = 44.68%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#21132A (or 0x21132A) is known color: Blackcurrant. HEX triplet: 21, 13 and 2A. RGB value is (33,19,42). Sum of RGB (Red+Green+Blue) = 33+19+42=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #21132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132A is #DEECD5. Grayscale: #191919. Windows color (decimal): -14609622 or 2757409. OLE color: 2757409.

HSL color Cylindrical-coordinate representation of color #21132A: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21132A is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 19 42 -
CMYK 0.21 0.55 0 0.84
HSL 276.52º 0.38% 0.12% -
HSV(B) 276.52º 0.55% 0.16% -
XYZ 1.28 0.96 2.31 -
YUV 25.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 33 19 42 0.21 0.55 0 0.84 276.52 0.38 0.12
Hex 21 13 2A 15 37 0 54 115 26 C
Octal 41 23 52 25 67 0 124 425 46 14
Binary 100001 10011 101010 10101 110111 0 1010100 100010101 100110 1100

Color Harmonies of #21132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21132A

Black with #21132A

Text Example


Text Example

White with #21132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,19,42); }

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

background-color css

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

 a { background-color: rgb(33,19,42); }

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

border-color css

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

 span { border-color: rgb(33,19,42); }

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