Html Css Color HEX #21014C Blackcurrant

📋 copy color: '#21014C'

red 33 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #21014C

Tints of Blackcurrant #21014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 30%
G = 0.91%
B = 69.09%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21014C (or 0x21014C) is known color: Blackcurrant. HEX triplet: 21, 01 and 4C. RGB value is (33,1,76). Sum of RGB (Red+Green+Blue) = 33+1+76=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #21014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21014C is #DEFEB3. Grayscale: #121212. Windows color (decimal): -14614196 or 4981025. OLE color: 4981025.

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

Color convert

RGB 33 1 76 -
CMYK 0.57 0.99 0 0.70
HSL 265.6º 0.97% 0.15% -
HSV(B) 265.6º 0.99% 0.3% -
XYZ 1.94 0.87 6.9 -
YUV 19.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 33 1 76 0.57 0.99 0 0.70 265.6 0.97 0.15
Hex 21 1 4C 39 63 0 46 10A 61 F
Octal 41 1 114 71 143 0 106 412 141 17
Binary 100001 1 1001100 111001 1100011 0 1000110 100001010 1100001 1111

Color Harmonies of #21014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21014C

Black with #21014C

Text Example


Text Example

White with #21014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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