Html Css Color HEX #21023F Blackcurrant

📋 copy color: '#21023F'

red 33 ◦ green 2 ◦ blue 63

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

Shades of Blackcurrant #21023F

Tints of Blackcurrant #21023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 64.29%

R = 33.67%
G = 2.04%
B = 64.29%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#21023F (or 0x21023F) is known color: Blackcurrant. HEX triplet: 21, 02 and 3F. RGB value is (33,2,63). Sum of RGB (Red+Green+Blue) = 33+2+63=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #21023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21023F is #DEFDC0. Grayscale: #121212. Windows color (decimal): -14613953 or 4129313. OLE color: 4129313.

HSL color Cylindrical-coordinate representation of color #21023F: hue angle of 270.49º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21023F is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 2 63 -
CMYK 0.48 0.97 0 0.75
HSL 270.49º 0.94% 0.13% -
HSV(B) 270.49º 0.97% 0.25% -
XYZ 1.55 0.73 4.76 -
YUV 18.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 33 2 63 0.48 0.97 0 0.75 270.49 0.94 0.13
Hex 21 2 3F 30 61 0 4B 10E 5E D
Octal 41 2 77 60 141 0 113 416 136 15
Binary 100001 10 111111 110000 1100001 0 1001011 100001110 1011110 1101

Color Harmonies of #21023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21023F

Black with #21023F

Text Example


Text Example

White with #21023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21023F; }

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

 H1.HeaderClassName
 {
   color: #21023F;
 }
 .AnyTagClassName
 {
   color: #21023F;
 }
</style>

background-color css

<style>
 a { background-color: #21023F; }

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

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

border-color css

<style>
 span { border-color: #21023F; }

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

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