Html Css Color HEX #200048 Blackcurrant

📋 copy color: '#200048'

red 32 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #200048

Tints of Blackcurrant #200048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.77%
G = 0%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#200048 (or 0x200048) is known color: Blackcurrant. HEX triplet: 20, 00 and 48. RGB value is (32,0,72). Sum of RGB (Red+Green+Blue) = 32+0+72=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #200048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200048 is #DFFFB7. Grayscale: #111111. Windows color (decimal): -14679992 or 4718624. OLE color: 4718624.

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

Color convert

RGB 32 0 72 -
CMYK 0.56 1 0 0.72
HSL 266.67º 1% 0.14% -
HSV(B) 266.67º 1% 0.28% -
XYZ 1.77 0.77 6.19 -
YUV 17.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 32 0 72 0.56 1 0 0.72 266.67 1 0.14
Hex 20 0 48 38 64 0 48 10B 64 E
Octal 40 0 110 70 144 0 110 413 144 16
Binary 100000 0 1001000 111000 1100100 0 1001000 100001011 1100100 1110

Color Harmonies of #200048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200048

Black with #200048

Text Example


Text Example

White with #200048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200048; }

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

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

background-color css

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

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

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

border-color css

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

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

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