Html Css Color HEX #21003E Blackcurrant

📋 copy color: '#21003E'

red 33 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #21003E

Tints of Blackcurrant #21003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 65.26%

R = 34.74%
G = 0%
B = 65.26%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21003E (or 0x21003E) is known color: Blackcurrant. HEX triplet: 21, 00 and 3E. RGB value is (33,0,62). Sum of RGB (Red+Green+Blue) = 33+0+62=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 62 (24.61% from 255 or 65.26% from 95); Max value from RGB is 62 - color contains mainly: blue. Hex color #21003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21003E is #DEFFC1. Grayscale: #101010. Windows color (decimal): -14614466 or 4063265. OLE color: 4063265.

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

Color convert

RGB 33 0 62 -
CMYK 0.47 1 0 0.76
HSL 271.94º 1% 0.12% -
HSV(B) 271.94º 1% 0.24% -
XYZ 1.5 0.67 4.61 -
YUV 16.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 33 0 62 0.47 1 0 0.76 271.94 1 0.12
Hex 21 0 3E 2F 64 0 4C 110 64 C
Octal 41 0 76 57 144 0 114 420 144 14
Binary 100001 0 111110 101111 1100100 0 1001100 100010000 1100100 1100

Color Harmonies of #21003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21003E

Black with #21003E

Text Example


Text Example

White with #21003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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