Html Css Color HEX #200730 Blackcurrant

📋 copy color: '#200730'

red 32 ◦ green 7 ◦ blue 48

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

Shades of Blackcurrant #200730

Tints of Blackcurrant #200730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.05%

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

R = 36.78%
G = 8.05%
B = 55.17%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200730 (or 0x200730) is known color: Blackcurrant. HEX triplet: 20, 07 and 30. RGB value is (32,7,48). Sum of RGB (Red+Green+Blue) = 32+7+48=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #200730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200730 is #DFF8CF. Grayscale: #131313. Windows color (decimal): -14678224 or 3147552. OLE color: 3147552.

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

Color convert

RGB 32 7 48 -
CMYK 0.33 0.85 0 0.81
HSL 276.59º 0.75% 0.11% -
HSV(B) 276.59º 0.85% 0.19% -
XYZ 1.21 0.67 2.86 -
YUV 19.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 32 7 48 0.33 0.85 0 0.81 276.59 0.75 0.11
Hex 20 7 30 21 55 0 51 115 4B B
Octal 40 7 60 41 125 0 121 425 113 13
Binary 100000 111 110000 100001 1010101 0 1010001 100010101 1001011 1011

Color Harmonies of #200730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200730

Black with #200730

Text Example


Text Example

White with #200730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200730; }

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

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

background-color css

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

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

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

border-color css

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

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

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