Html Css Color HEX #21004C Blackcurrant

📋 copy color: '#21004C'

red 33 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #21004C

Tints of Blackcurrant #21004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 69.72%

R = 30.28%
G = 0%
B = 69.72%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21004C (or 0x21004C) is known color: Blackcurrant. HEX triplet: 21, 00 and 4C. RGB value is (33,0,76). Sum of RGB (Red+Green+Blue) = 33+0+76=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #21004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21004C is #DEFFB3. Grayscale: #121212. Windows color (decimal): -14614452 or 4980769. OLE color: 4980769.

HSL color Cylindrical-coordinate representation of color #21004C: hue angle of 266.05º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21004C is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 0 76 -
CMYK 0.57 1 0 0.70
HSL 266.05º 1% 0.15% -
HSV(B) 266.05º 1% 0.3% -
XYZ 1.93 0.85 6.9 -
YUV 18.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 33 0 76 0.57 1 0 0.70 266.05 1 0.15
Hex 21 0 4C 39 64 0 46 10A 64 F
Octal 41 0 114 71 144 0 106 412 144 17
Binary 100001 0 1001100 111001 1100100 0 1000110 100001010 1100100 1111

Color Harmonies of #21004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21004C

Black with #21004C

Text Example


Text Example

White with #21004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21004C; }

 p { color: rgb(33,0,76); }

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

background-color css

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

 a { background-color: rgb(33,0,76); }

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

border-color css

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

 span { border-color: rgb(33,0,76); }

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