Html Css Color HEX #21062B Blackcurrant

📋 copy color: '#21062B'

red 33 ◦ green 6 ◦ blue 43

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

Shades of Blackcurrant #21062B

Tints of Blackcurrant #21062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.32%

 BLUE value IS 43 (17.19% from 255) = 52.44%

R = 40.24%
G = 7.32%
B = 52.44%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21062B (or 0x21062B) is known color: Blackcurrant. HEX triplet: 21, 06 and 2B. RGB value is (33,6,43). Sum of RGB (Red+Green+Blue) = 33+6+43=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #21062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21062B is #DEF9D4. Grayscale: #121212. Windows color (decimal): -14612949 or 2819617. OLE color: 2819617.

HSL color Cylindrical-coordinate representation of color #21062B: hue angle of 283.78º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21062B is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 6 43 -
CMYK 0.23 0.86 0 0.83
HSL 283.78º 0.76% 0.1% -
HSV(B) 283.78º 0.86% 0.17% -
XYZ 1.13 0.63 2.35 -
YUV 18.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 33 6 43 0.23 0.86 0 0.83 283.78 0.76 0.1
Hex 21 6 2B 17 56 0 53 11C 4C A
Octal 41 6 53 27 126 0 123 434 114 12
Binary 100001 110 101011 10111 1010110 0 1010011 100011100 1001100 1010

Color Harmonies of #21062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21062B

Black with #21062B

Text Example


Text Example

White with #21062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,6,43); }

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

background-color css

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

 a { background-color: rgb(33,6,43); }

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

border-color css

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

 span { border-color: rgb(33,6,43); }

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