Html Css Color HEX #200A30 Blackcurrant

📋 copy color: '#200A30'

red 32 ◦ green 10 ◦ blue 48

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

Shades of Blackcurrant #200A30

Tints of Blackcurrant #200A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.11%

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

R = 35.56%
G = 11.11%
B = 53.33%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200A30 (or 0x200A30) is known color: Blackcurrant. HEX triplet: 20, 0A and 30. RGB value is (32,10,48). Sum of RGB (Red+Green+Blue) = 32+10+48=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #200A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A30 is #DFF5CF. Grayscale: #141414. Windows color (decimal): -14677456 or 3148320. OLE color: 3148320.

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

Color convert

RGB 32 10 48 -
CMYK 0.33 0.79 0 0.81
HSL 274.74º 0.66% 0.11% -
HSV(B) 274.74º 0.79% 0.19% -
XYZ 1.24 0.74 2.87 -
YUV 20.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 32 10 48 0.33 0.79 0 0.81 274.74 0.66 0.11
Hex 20 A 30 21 4F 0 51 113 42 B
Octal 40 12 60 41 117 0 121 423 102 13
Binary 100000 1010 110000 100001 1001111 0 1010001 100010011 1000010 1011

Color Harmonies of #200A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200A30

Black with #200A30

Text Example


Text Example

White with #200A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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