Html Css Color HEX #200646 Blackcurrant

📋 copy color: '#200646'

red 32 ◦ green 6 ◦ blue 70

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

Shades of Blackcurrant #200646

Tints of Blackcurrant #200646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

 BLUE value IS 70 (27.73% from 255) = 64.81%

R = 29.63%
G = 5.56%
B = 64.81%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#200646 (or 0x200646) is known color: Blackcurrant. HEX triplet: 20, 06 and 46. RGB value is (32,6,70). Sum of RGB (Red+Green+Blue) = 32+6+70=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #200646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200646 is #DFF9B9. Grayscale: #141414. Windows color (decimal): -14678458 or 4589088. OLE color: 4589088.

HSL color Cylindrical-coordinate representation of color #200646: hue angle of 264.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200646 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 32 6 70 -
CMYK 0.54 0.91 0 0.73
HSL 264.38º 0.84% 0.15% -
HSV(B) 264.38º 0.91% 0.27% -
XYZ 1.77 0.88 5.87 -
YUV 21.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 32 6 70 0.54 0.91 0 0.73 264.38 0.84 0.15
Hex 20 6 46 36 5B 0 49 108 54 F
Octal 40 6 106 66 133 0 111 410 124 17
Binary 100000 110 1000110 110110 1011011 0 1001001 100001000 1010100 1111

Color Harmonies of #200646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200646

Black with #200646

Text Example


Text Example

White with #200646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200646; }

 p { color: rgb(32,6,70); }

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

background-color css

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

 a { background-color: rgb(32,6,70); }

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

border-color css

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

 span { border-color: rgb(32,6,70); }

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