Html Css Color HEX #21072C Blackcurrant

📋 copy color: '#21072C'

red 33 ◦ green 7 ◦ blue 44

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

Shades of Blackcurrant #21072C

Tints of Blackcurrant #21072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.33%

 BLUE value IS 44 (17.58% from 255) = 52.38%

R = 39.29%
G = 8.33%
B = 52.38%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21072C (or 0x21072C) is known color: Blackcurrant. HEX triplet: 21, 07 and 2C. RGB value is (33,7,44). Sum of RGB (Red+Green+Blue) = 33+7+44=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #21072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21072C is #DEF8D3. Grayscale: #121212. Windows color (decimal): -14612692 or 2885409. OLE color: 2885409.

HSL color Cylindrical-coordinate representation of color #21072C: hue angle of 282.16º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21072C is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 7 44 -
CMYK 0.25 0.84 0 0.83
HSL 282.16º 0.73% 0.1% -
HSV(B) 282.16º 0.84% 0.17% -
XYZ 1.16 0.66 2.45 -
YUV 18.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 33 7 44 0.25 0.84 0 0.83 282.16 0.73 0.1
Hex 21 7 2C 19 54 0 53 11A 49 A
Octal 41 7 54 31 124 0 123 432 111 12
Binary 100001 111 101100 11001 1010100 0 1010011 100011010 1001001 1010

Color Harmonies of #21072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21072C

Black with #21072C

Text Example


Text Example

White with #21072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,7,44); }

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

background-color css

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

 a { background-color: rgb(33,7,44); }

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

border-color css

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

 span { border-color: rgb(33,7,44); }

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