Html Css Color HEX #21014B Blackcurrant

📋 copy color: '#21014B'

red 33 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #21014B

Tints of Blackcurrant #21014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 68.81%

R = 30.28%
G = 0.92%
B = 68.81%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21014B (or 0x21014B) is known color: Blackcurrant. HEX triplet: 21, 01 and 4B. RGB value is (33,1,75). Sum of RGB (Red+Green+Blue) = 33+1+75=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #21014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21014B is #DEFEB4. Grayscale: #121212. Windows color (decimal): -14614197 or 4915489. OLE color: 4915489.

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

Color convert

RGB 33 1 75 -
CMYK 0.56 0.99 0 0.71
HSL 265.95º 0.97% 0.15% -
HSV(B) 265.95º 0.99% 0.29% -
XYZ 1.91 0.85 6.72 -
YUV 19 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 33 1 75 0.56 0.99 0 0.71 265.95 0.97 0.15
Hex 21 1 4B 38 63 0 47 10A 61 F
Octal 41 1 113 70 143 0 107 412 141 17
Binary 100001 1 1001011 111000 1100011 0 1000111 100001010 1100001 1111

Color Harmonies of #21014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21014B

Black with #21014B

Text Example


Text Example

White with #21014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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