Html Css Color HEX #200348 Blackcurrant

📋 copy color: '#200348'

red 32 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #200348

Tints of Blackcurrant #200348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 29.91%
G = 2.8%
B = 67.29%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#200348 (or 0x200348) is known color: Blackcurrant. HEX triplet: 20, 03 and 48. RGB value is (32,3,72). Sum of RGB (Red+Green+Blue) = 32+3+72=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #200348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200348 is #DFFCB7. Grayscale: #131313. Windows color (decimal): -14679224 or 4719392. OLE color: 4719392.

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

Color convert

RGB 32 3 72 -
CMYK 0.56 0.96 0 0.72
HSL 265.22º 0.92% 0.15% -
HSV(B) 265.22º 0.96% 0.28% -
XYZ 1.8 0.84 6.2 -
YUV 19.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 32 3 72 0.56 0.96 0 0.72 265.22 0.92 0.15
Hex 20 3 48 38 60 0 48 109 5C F
Octal 40 3 110 70 140 0 110 411 134 17
Binary 100000 11 1001000 111000 1100000 0 1001000 100001001 1011100 1111

Color Harmonies of #200348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200348

Black with #200348

Text Example


Text Example

White with #200348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200348; }

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

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

background-color css

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

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

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

border-color css

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

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

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