Html Css Color HEX #210928 Blackcurrant

📋 copy color: '#210928'

red 33 ◦ green 9 ◦ blue 40

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

Shades of Blackcurrant #210928

Tints of Blackcurrant #210928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.98%

 BLUE value IS 40 (16.02% from 255) = 48.78%

R = 40.24%
G = 10.98%
B = 48.78%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210928 (or 0x210928) is known color: Blackcurrant. HEX triplet: 21, 09 and 28. RGB value is (33,9,40). Sum of RGB (Red+Green+Blue) = 33+9+40=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #210928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210928 is #DEF6D7. Grayscale: #131313. Windows color (decimal): -14612184 or 2623777. OLE color: 2623777.

HSL color Cylindrical-coordinate representation of color #210928: hue angle of 286.45º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #210928 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 9 40 -
CMYK 0.17 0.78 0 0.84
HSL 286.45º 0.63% 0.1% -
HSV(B) 286.45º 0.78% 0.16% -
XYZ 1.11 0.67 2.08 -
YUV 19.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 33 9 40 0.17 0.78 0 0.84 286.45 0.63 0.1
Hex 21 9 28 11 4E 0 54 11E 3F A
Octal 41 11 50 21 116 0 124 436 77 12
Binary 100001 1001 101000 10001 1001110 0 1010100 100011110 111111 1010

Color Harmonies of #210928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210928

Black with #210928

Text Example


Text Example

White with #210928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210928; }

 p { color: rgb(33,9,40); }

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

background-color css

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

 a { background-color: rgb(33,9,40); }

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

border-color css

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

 span { border-color: rgb(33,9,40); }

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