Html Css Color HEX #210A34 Blackcurrant

📋 copy color: '#210A34'

red 33 ◦ green 10 ◦ blue 52

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

Shades of Blackcurrant #210A34

Tints of Blackcurrant #210A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 54.74%

R = 34.74%
G = 10.53%
B = 54.74%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#210A34 (or 0x210A34) is known color: Blackcurrant. HEX triplet: 21, 0A and 34. RGB value is (33,10,52). Sum of RGB (Red+Green+Blue) = 33+10+52=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #210A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A34 is #DEF5CB. Grayscale: #151515. Windows color (decimal): -14611916 or 3410465. OLE color: 3410465.

HSL color Cylindrical-coordinate representation of color #210A34: hue angle of 272.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #210A34 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 10 52 -
CMYK 0.37 0.81 0 0.80
HSL 272.86º 0.68% 0.12% -
HSV(B) 272.86º 0.81% 0.2% -
XYZ 1.36 0.79 3.33 -
YUV 21.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 33 10 52 0.37 0.81 0 0.80 272.86 0.68 0.12
Hex 21 A 34 25 51 0 50 111 44 C
Octal 41 12 64 45 121 0 120 421 104 14
Binary 100001 1010 110100 100101 1010001 0 1010000 100010001 1000100 1100

Color Harmonies of #210A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A34

Black with #210A34

Text Example


Text Example

White with #210A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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