Html Css Color HEX #210C3F Blackcurrant

📋 copy color: '#210C3F'

red 33 ◦ green 12 ◦ blue 63

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

Shades of Blackcurrant #210C3F

Tints of Blackcurrant #210C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 63 (25% from 255) = 58.33%

R = 30.56%
G = 11.11%
B = 58.33%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210C3F (or 0x210C3F) is known color: Blackcurrant. HEX triplet: 21, 0C and 3F. RGB value is (33,12,63). Sum of RGB (Red+Green+Blue) = 33+12+63=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #210C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C3F is #DEF3C0. Grayscale: #171717. Windows color (decimal): -14611393 or 4131873. OLE color: 4131873.

HSL color Cylindrical-coordinate representation of color #210C3F: hue angle of 264.71º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #210C3F is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 12 63 -
CMYK 0.48 0.81 0 0.75
HSL 264.71º 0.68% 0.15% -
HSV(B) 264.71º 0.81% 0.25% -
XYZ 1.66 0.95 4.8 -
YUV 24.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 33 12 63 0.48 0.81 0 0.75 264.71 0.68 0.15
Hex 21 C 3F 30 51 0 4B 109 44 F
Octal 41 14 77 60 121 0 113 411 104 17
Binary 100001 1100 111111 110000 1010001 0 1001011 100001001 1000100 1111

Color Harmonies of #210C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C3F

Black with #210C3F

Text Example


Text Example

White with #210C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210C3F; }

 p { color: rgb(33,12,63); }

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

background-color css

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

 a { background-color: rgb(33,12,63); }

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

border-color css

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

 span { border-color: rgb(33,12,63); }

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