Html Css Color HEX #210A3F Blackcurrant

📋 copy color: '#210A3F'

red 33 ◦ green 10 ◦ blue 63

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

Shades of Blackcurrant #210A3F

Tints of Blackcurrant #210A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

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

R = 31.13%
G = 9.43%
B = 59.43%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#210A3F (or 0x210A3F) is known color: Blackcurrant. HEX triplet: 21, 0A and 3F. RGB value is (33,10,63). Sum of RGB (Red+Green+Blue) = 33+10+63=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #210A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A3F is #DEF5C0. Grayscale: #161616. Windows color (decimal): -14611905 or 4131361. OLE color: 4131361.

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

Color convert

RGB 33 10 63 -
CMYK 0.48 0.84 0 0.75
HSL 266.04º 0.73% 0.14% -
HSV(B) 266.04º 0.84% 0.25% -
XYZ 1.63 0.9 4.79 -
YUV 22.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 33 10 63 0.48 0.84 0 0.75 266.04 0.73 0.14
Hex 21 A 3F 30 54 0 4B 10A 49 E
Octal 41 12 77 60 124 0 113 412 111 16
Binary 100001 1010 111111 110000 1010100 0 1001011 100001010 1001001 1110

Color Harmonies of #210A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A3F

Black with #210A3F

Text Example


Text Example

White with #210A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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