Html Css Color HEX #200A41 Blackcurrant

📋 copy color: '#200A41'

red 32 ◦ green 10 ◦ blue 65

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

Shades of Blackcurrant #200A41

Tints of Blackcurrant #200A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 60.75%

R = 29.91%
G = 9.35%
B = 60.75%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200A41 (or 0x200A41) is known color: Blackcurrant. HEX triplet: 20, 0A and 41. RGB value is (32,10,65). Sum of RGB (Red+Green+Blue) = 32+10+65=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #200A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A41 is #DFF5BE. Grayscale: #161616. Windows color (decimal): -14677439 or 4262432. OLE color: 4262432.

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

Color convert

RGB 32 10 65 -
CMYK 0.51 0.85 0 0.75
HSL 264º 0.73% 0.15% -
HSV(B) 264º 0.85% 0.25% -
XYZ 1.66 0.91 5.09 -
YUV 22.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 32 10 65 0.51 0.85 0 0.75 264 0.73 0.15
Hex 20 A 41 33 55 0 4B 108 49 F
Octal 40 12 101 63 125 0 113 410 111 17
Binary 100000 1010 1000001 110011 1010101 0 1001011 100001000 1001001 1111

Color Harmonies of #200A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200A41

Black with #200A41

Text Example


Text Example

White with #200A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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