Html Css Color HEX #21024C Blackcurrant

📋 copy color: '#21024C'

red 33 ◦ green 2 ◦ blue 76

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

Shades of Blackcurrant #21024C

Tints of Blackcurrant #21024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

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

R = 29.73%
G = 1.8%
B = 68.47%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21024C (or 0x21024C) is known color: Blackcurrant. HEX triplet: 21, 02 and 4C. RGB value is (33,2,76). Sum of RGB (Red+Green+Blue) = 33+2+76=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #21024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21024C is #DEFDB3. Grayscale: #131313. Windows color (decimal): -14613940 or 4981281. OLE color: 4981281.

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

Color convert

RGB 33 2 76 -
CMYK 0.57 0.97 0 0.70
HSL 265.14º 0.95% 0.15% -
HSV(B) 265.14º 0.97% 0.3% -
XYZ 1.95 0.89 6.91 -
YUV 19.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 33 2 76 0.57 0.97 0 0.70 265.14 0.95 0.15
Hex 21 2 4C 39 61 0 46 109 5F F
Octal 41 2 114 71 141 0 106 411 137 17
Binary 100001 10 1001100 111001 1100001 0 1000110 100001001 1011111 1111

Color Harmonies of #21024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21024C

Black with #21024C

Text Example


Text Example

White with #21024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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