Html Css Color HEX #200A40 Blackcurrant

📋 copy color: '#200A40'

red 32 ◦ green 10 ◦ blue 64

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

Shades of Blackcurrant #200A40

Tints of Blackcurrant #200A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 30.19%
G = 9.43%
B = 60.38%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200A40 (or 0x200A40) is known color: Blackcurrant. HEX triplet: 20, 0A and 40. RGB value is (32,10,64). Sum of RGB (Red+Green+Blue) = 32+10+64=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #200A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A40 is #DFF5BF. Grayscale: #161616. Windows color (decimal): -14677440 or 4196896. OLE color: 4196896.

HSL color Cylindrical-coordinate representation of color #200A40: hue angle of 264.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200A40 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 10 64 -
CMYK 0.50 0.84 0 0.75
HSL 264.44º 0.73% 0.15% -
HSV(B) 264.44º 0.84% 0.25% -
XYZ 1.63 0.89 4.94 -
YUV 22.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 32 10 64 0.50 0.84 0 0.75 264.44 0.73 0.15
Hex 20 A 40 32 54 0 4B 108 49 F
Octal 40 12 100 62 124 0 113 410 111 17
Binary 100000 1010 1000000 110010 1010100 0 1001011 100001000 1001001 1111

Color Harmonies of #200A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200A40

Black with #200A40

Text Example


Text Example

White with #200A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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