Html Css Color HEX #210738 Blackcurrant

📋 copy color: '#210738'

red 33 ◦ green 7 ◦ blue 56

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

Shades of Blackcurrant #210738

Tints of Blackcurrant #210738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 58.33%

R = 34.38%
G = 7.29%
B = 58.33%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210738 (or 0x210738) is known color: Blackcurrant. HEX triplet: 21, 07 and 38. RGB value is (33,7,56). Sum of RGB (Red+Green+Blue) = 33+7+56=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #210738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210738 is #DEF8C7. Grayscale: #141414. Windows color (decimal): -14612680 or 3671841. OLE color: 3671841.

HSL color Cylindrical-coordinate representation of color #210738: hue angle of 271.84º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210738 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 7 56 -
CMYK 0.41 0.88 0 0.78
HSL 271.84º 0.78% 0.12% -
HSV(B) 271.84º 0.88% 0.22% -
XYZ 1.42 0.76 3.81 -
YUV 20.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 33 7 56 0.41 0.88 0 0.78 271.84 0.78 0.12
Hex 21 7 38 29 58 0 4E 110 4E C
Octal 41 7 70 51 130 0 116 420 116 14
Binary 100001 111 111000 101001 1011000 0 1001110 100010000 1001110 1100

Color Harmonies of #210738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210738

Black with #210738

Text Example


Text Example

White with #210738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210738; }

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

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

background-color css

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

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

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

border-color css

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

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

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