Html Css Color HEX #210038 Blackcurrant

📋 copy color: '#210038'

red 33 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #210038

Tints of Blackcurrant #210038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.08%
G = 0%
B = 62.92%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210038 (or 0x210038) is known color: Blackcurrant. HEX triplet: 21, 00 and 38. RGB value is (33,0,56). Sum of RGB (Red+Green+Blue) = 33+0+56=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #210038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210038 is #DEFFC7. Grayscale: #101010. Windows color (decimal): -14614472 or 3670049. OLE color: 3670049.

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

Color convert

RGB 33 0 56 -
CMYK 0.41 1 0 0.78
HSL 275.36º 1% 0.11% -
HSV(B) 275.36º 1% 0.22% -
XYZ 1.34 0.61 3.79 -
YUV 16.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 33 0 56 0.41 1 0 0.78 275.36 1 0.11
Hex 21 0 38 29 64 0 4E 113 64 B
Octal 41 0 70 51 144 0 116 423 144 13
Binary 100001 0 111000 101001 1100100 0 1001110 100010011 1100100 1011

Color Harmonies of #210038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210038

Black with #210038

Text Example


Text Example

White with #210038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210038; }

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

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

background-color css

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

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

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

border-color css

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

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

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