Html Css Color HEX #210842 Blackcurrant

📋 copy color: '#210842'

red 33 ◦ green 8 ◦ blue 66

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

Shades of Blackcurrant #210842

Tints of Blackcurrant #210842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

 BLUE value IS 66 (26.17% from 255) = 61.68%

R = 30.84%
G = 7.48%
B = 61.68%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#210842 (or 0x210842) is known color: Blackcurrant. HEX triplet: 21, 08 and 42. RGB value is (33,8,66). Sum of RGB (Red+Green+Blue) = 33+8+66=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #210842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210842 is #DEF7BD. Grayscale: #151515. Windows color (decimal): -14612414 or 4327457. OLE color: 4327457.

HSL color Cylindrical-coordinate representation of color #210842: hue angle of 265.86º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210842 is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 8 66 -
CMYK 0.5 0.88 0 0.74
HSL 265.86º 0.78% 0.15% -
HSV(B) 265.86º 0.88% 0.26% -
XYZ 1.7 0.89 5.24 -
YUV 22.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 33 8 66 0.5 0.88 0 0.74 265.86 0.78 0.15
Hex 21 8 42 32 58 0 4A 10A 4E F
Octal 41 10 102 62 130 0 112 412 116 17
Binary 100001 1000 1000010 110010 1011000 0 1001010 100001010 1001110 1111

Color Harmonies of #210842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210842

Black with #210842

Text Example


Text Example

White with #210842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210842; }

 p { color: rgb(33,8,66); }

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

background-color css

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

 a { background-color: rgb(33,8,66); }

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

border-color css

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

 span { border-color: rgb(33,8,66); }

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