Html Css Color HEX #210338 Blackcurrant

📋 copy color: '#210338'

red 33 ◦ green 3 ◦ blue 56

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

Shades of Blackcurrant #210338

Tints of Blackcurrant #210338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

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

R = 35.87%
G = 3.26%
B = 60.87%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210338 (or 0x210338) is known color: Blackcurrant. HEX triplet: 21, 03 and 38. RGB value is (33,3,56). Sum of RGB (Red+Green+Blue) = 33+3+56=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #210338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210338 is #DEFCC7. Grayscale: #111111. Windows color (decimal): -14613704 or 3670817. OLE color: 3670817.

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

Color convert

RGB 33 3 56 -
CMYK 0.41 0.95 0 0.78
HSL 273.96º 0.9% 0.12% -
HSV(B) 273.96º 0.95% 0.22% -
XYZ 1.37 0.67 3.8 -
YUV 18.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 33 3 56 0.41 0.95 0 0.78 273.96 0.9 0.12
Hex 21 3 38 29 5F 0 4E 112 5A C
Octal 41 3 70 51 137 0 116 422 132 14
Binary 100001 11 111000 101001 1011111 0 1001110 100010010 1011010 1100

Color Harmonies of #210338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210338

Black with #210338

Text Example


Text Example

White with #210338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210338; }

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

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

background-color css

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

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

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

border-color css

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

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

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