Html Css Color HEX #200248 Blackcurrant

📋 copy color: '#200248'

red 32 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #200248

Tints of Blackcurrant #200248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 30.19%
G = 1.89%
B = 67.92%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#200248 (or 0x200248) is known color: Blackcurrant. HEX triplet: 20, 02 and 48. RGB value is (32,2,72). Sum of RGB (Red+Green+Blue) = 32+2+72=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #200248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200248 is #DFFDB7. Grayscale: #121212. Windows color (decimal): -14679480 or 4719136. OLE color: 4719136.

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

Color convert

RGB 32 2 72 -
CMYK 0.56 0.97 0 0.72
HSL 265.71º 0.95% 0.15% -
HSV(B) 265.71º 0.97% 0.28% -
XYZ 1.79 0.82 6.19 -
YUV 18.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 32 2 72 0.56 0.97 0 0.72 265.71 0.95 0.15
Hex 20 2 48 38 61 0 48 10A 5F F
Octal 40 2 110 70 141 0 110 412 137 17
Binary 100000 10 1001000 111000 1100001 0 1001000 100001010 1011111 1111

Color Harmonies of #200248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200248

Black with #200248

Text Example


Text Example

White with #200248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200248; }

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

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

background-color css

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

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

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

border-color css

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

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

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