Html Css Color HEX #211038 Blackcurrant

📋 copy color: '#211038'

red 33 ◦ green 16 ◦ blue 56

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

Shades of Blackcurrant #211038

Tints of Blackcurrant #211038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

 BLUE value IS 56 (22.27% from 255) = 53.33%

R = 31.43%
G = 15.24%
B = 53.33%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211038 (or 0x211038) is known color: Blackcurrant. HEX triplet: 21, 10 and 38. RGB value is (33,16,56). Sum of RGB (Red+Green+Blue) = 33+16+56=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #211038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211038 is #DEEFC7. Grayscale: #191919. Windows color (decimal): -14610376 or 3674145. OLE color: 3674145.

HSL color Cylindrical-coordinate representation of color #211038: hue angle of 265.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211038 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 16 56 -
CMYK 0.41 0.71 0 0.78
HSL 265.5º 0.56% 0.14% -
HSV(B) 265.5º 0.71% 0.22% -
XYZ 1.53 0.98 3.85 -
YUV 25.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 33 16 56 0.41 0.71 0 0.78 265.5 0.56 0.14
Hex 21 10 38 29 47 0 4E 10A 38 E
Octal 41 20 70 51 107 0 116 412 70 16
Binary 100001 10000 111000 101001 1000111 0 1001110 100001010 111000 1110

Color Harmonies of #211038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211038

Black with #211038

Text Example


Text Example

White with #211038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211038; }

 p { color: rgb(33,16,56); }

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

background-color css

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

 a { background-color: rgb(33,16,56); }

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

border-color css

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

 span { border-color: rgb(33,16,56); }

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