Html Css Color HEX #21003F Blackcurrant

📋 copy color: '#21003F'

red 33 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #21003F

Tints of Blackcurrant #21003F

RGB

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

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

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

R = 34.38%
G = 0%
B = 65.63%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#21003F (or 0x21003F) is known color: Blackcurrant. HEX triplet: 21, 00 and 3F. RGB value is (33,0,63). Sum of RGB (Red+Green+Blue) = 33+0+63=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #21003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21003F is #DEFFC0. Grayscale: #101010. Windows color (decimal): -14614465 or 4128801. OLE color: 4128801.

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

Color convert

RGB 33 0 63 -
CMYK 0.48 1 0 0.75
HSL 271.43º 1% 0.12% -
HSV(B) 271.43º 1% 0.25% -
XYZ 1.52 0.68 4.75 -
YUV 17.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 33 0 63 0.48 1 0 0.75 271.43 1 0.12
Hex 21 0 3F 30 64 0 4B 10F 64 C
Octal 41 0 77 60 144 0 113 417 144 14
Binary 100001 0 111111 110000 1100100 0 1001011 100001111 1100100 1100

Color Harmonies of #21003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21003F

Black with #21003F

Text Example


Text Example

White with #21003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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