Html Css Color HEX #21003D Blackcurrant

📋 copy color: '#21003D'

red 33 ◦ green 0 ◦ blue 61

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

Shades of Blackcurrant #21003D

Tints of Blackcurrant #21003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 35.11%
G = 0%
B = 64.89%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21003D (or 0x21003D) is known color: Blackcurrant. HEX triplet: 21, 00 and 3D. RGB value is (33,0,61). Sum of RGB (Red+Green+Blue) = 33+0+61=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #21003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21003D is #DEFFC2. Grayscale: #101010. Windows color (decimal): -14614467 or 3997729. OLE color: 3997729.

HSL color Cylindrical-coordinate representation of color #21003D: hue angle of 272.46º 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 #21003D is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 0 61 -
CMYK 0.46 1 0 0.76
HSL 272.46º 1% 0.12% -
HSV(B) 272.46º 1% 0.24% -
XYZ 1.47 0.66 4.46 -
YUV 16.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 33 0 61 0.46 1 0 0.76 272.46 1 0.12
Hex 21 0 3D 2E 64 0 4C 110 64 C
Octal 41 0 75 56 144 0 114 420 144 14
Binary 100001 0 111101 101110 1100100 0 1001100 100010000 1100100 1100

Color Harmonies of #21003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21003D

Black with #21003D

Text Example


Text Example

White with #21003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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