Html Css Color HEX #210D39 Blackcurrant

📋 copy color: '#210D39'

red 33 ◦ green 13 ◦ blue 57

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

Shades of Blackcurrant #210D39

Tints of Blackcurrant #210D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.62%

 BLUE value IS 57 (22.66% from 255) = 55.34%

R = 32.04%
G = 12.62%
B = 55.34%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210D39 (or 0x210D39) is known color: Blackcurrant. HEX triplet: 21, 0D and 39. RGB value is (33,13,57). Sum of RGB (Red+Green+Blue) = 33+13+57=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #210D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D39 is #DEF2C6. Grayscale: #171717. Windows color (decimal): -14611143 or 3738913. OLE color: 3738913.

HSL color Cylindrical-coordinate representation of color #210D39: hue angle of 267.27º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #210D39 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 13 57 -
CMYK 0.42 0.77 0 0.78
HSL 267.27º 0.63% 0.14% -
HSV(B) 267.27º 0.77% 0.22% -
XYZ 1.51 0.91 3.97 -
YUV 24 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 33 13 57 0.42 0.77 0 0.78 267.27 0.63 0.14
Hex 21 D 39 2A 4D 0 4E 10B 3F E
Octal 41 15 71 52 115 0 116 413 77 16
Binary 100001 1101 111001 101010 1001101 0 1001110 100001011 111111 1110

Color Harmonies of #210D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D39

Black with #210D39

Text Example


Text Example

White with #210D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,13,57); }

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

background-color css

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

 a { background-color: rgb(33,13,57); }

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

border-color css

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

 span { border-color: rgb(33,13,57); }

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