Html Css Color HEX #200330 Blackcurrant

📋 copy color: '#200330'

red 32 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #200330

Tints of Blackcurrant #200330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 57.83%

R = 38.55%
G = 3.61%
B = 57.83%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200330 (or 0x200330) is known color: Blackcurrant. HEX triplet: 20, 03 and 30. RGB value is (32,3,48). Sum of RGB (Red+Green+Blue) = 32+3+48=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #200330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200330 is #DFFCCF. Grayscale: #101010. Windows color (decimal): -14679248 or 3146528. OLE color: 3146528.

HSL color Cylindrical-coordinate representation of color #200330: hue angle of 278.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200330 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 3 48 -
CMYK 0.33 0.94 0 0.81
HSL 278.67º 0.88% 0.1% -
HSV(B) 278.67º 0.94% 0.19% -
XYZ 1.16 0.59 2.85 -
YUV 16.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 32 3 48 0.33 0.94 0 0.81 278.67 0.88 0.1
Hex 20 3 30 21 5E 0 51 117 58 A
Octal 40 3 60 41 136 0 121 427 130 12
Binary 100000 11 110000 100001 1011110 0 1010001 100010111 1011000 1010

Color Harmonies of #200330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200330

Black with #200330

Text Example


Text Example

White with #200330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200330; }

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

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

background-color css

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

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

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

border-color css

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

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

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