Html Css Color HEX #210744 Blackcurrant

📋 copy color: '#210744'

red 33 ◦ green 7 ◦ blue 68

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

Shades of Blackcurrant #210744

Tints of Blackcurrant #210744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.48%

 BLUE value IS 68 (26.95% from 255) = 62.96%

R = 30.56%
G = 6.48%
B = 62.96%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#210744 (or 0x210744) is known color: Blackcurrant. HEX triplet: 21, 07 and 44. RGB value is (33,7,68). Sum of RGB (Red+Green+Blue) = 33+7+68=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #210744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210744 is #DEF8BB. Grayscale: #151515. Windows color (decimal): -14612668 or 4458273. OLE color: 4458273.

HSL color Cylindrical-coordinate representation of color #210744: hue angle of 265.57º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210744 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 7 68 -
CMYK 0.51 0.90 0 0.73
HSL 265.57º 0.81% 0.15% -
HSV(B) 265.57º 0.9% 0.27% -
XYZ 1.75 0.89 5.55 -
YUV 21.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 33 7 68 0.51 0.90 0 0.73 265.57 0.81 0.15
Hex 21 7 44 33 5A 0 49 10A 51 F
Octal 41 7 104 63 132 0 111 412 121 17
Binary 100001 111 1000100 110011 1011010 0 1001001 100001010 1010001 1111

Color Harmonies of #210744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210744

Black with #210744

Text Example


Text Example

White with #210744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210744; }

 p { color: rgb(33,7,68); }

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

background-color css

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

 a { background-color: rgb(33,7,68); }

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

border-color css

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

 span { border-color: rgb(33,7,68); }

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