Html Css Color HEX #200448 Blackcurrant

📋 copy color: '#200448'

red 32 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #200448

Tints of Blackcurrant #200448

RGB

 RED value IS 32 (12.89% from 255) = 29.63%

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 72 (28.52% from 255) = 66.67%

R = 29.63%
G = 3.7%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#200448 (or 0x200448) is known color: Blackcurrant. HEX triplet: 20, 04 and 48. RGB value is (32,4,72). Sum of RGB (Red+Green+Blue) = 32+4+72=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #200448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200448 is #DFFBB7. Grayscale: #131313. Windows color (decimal): -14678968 or 4719648. OLE color: 4719648.

HSL color Cylindrical-coordinate representation of color #200448: hue angle of 264.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200448 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 4 72 -
CMYK 0.56 0.94 0 0.72
HSL 264.71º 0.89% 0.15% -
HSV(B) 264.71º 0.94% 0.28% -
XYZ 1.81 0.86 6.2 -
YUV 20.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 32 4 72 0.56 0.94 0 0.72 264.71 0.89 0.15
Hex 20 4 48 38 5E 0 48 109 59 F
Octal 40 4 110 70 136 0 110 411 131 17
Binary 100000 100 1001000 111000 1011110 0 1001000 100001001 1011001 1111

Color Harmonies of #200448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200448

Black with #200448

Text Example


Text Example

White with #200448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200448; }

 p { color: rgb(32,4,72); }

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

background-color css

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

 a { background-color: rgb(32,4,72); }

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

border-color css

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

 span { border-color: rgb(32,4,72); }

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