Html Css Color HEX #200C3A Blackcurrant

📋 copy color: '#200C3A'

red 32 ◦ green 12 ◦ blue 58

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

Shades of Blackcurrant #200C3A

Tints of Blackcurrant #200C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.76%

 BLUE value IS 58 (23.05% from 255) = 56.86%

R = 31.37%
G = 11.76%
B = 56.86%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#200C3A (or 0x200C3A) is known color: Blackcurrant. HEX triplet: 20, 0C and 3A. RGB value is (32,12,58). Sum of RGB (Red+Green+Blue) = 32+12+58=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #200C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C3A is #DFF3C5. Grayscale: #171717. Windows color (decimal): -14676934 or 3804192. OLE color: 3804192.

HSL color Cylindrical-coordinate representation of color #200C3A: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200C3A is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 12 58 -
CMYK 0.45 0.79 0 0.77
HSL 266.09º 0.66% 0.14% -
HSV(B) 266.09º 0.79% 0.23% -
XYZ 1.49 0.88 4.09 -
YUV 23.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 32 12 58 0.45 0.79 0 0.77 266.09 0.66 0.14
Hex 20 C 3A 2D 4F 0 4D 10A 42 E
Octal 40 14 72 55 117 0 115 412 102 16
Binary 100000 1100 111010 101101 1001111 0 1001101 100001010 1000010 1110

Color Harmonies of #200C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C3A

Black with #200C3A

Text Example


Text Example

White with #200C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,12,58); }

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

background-color css

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

 a { background-color: rgb(32,12,58); }

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

border-color css

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

 span { border-color: rgb(32,12,58); }

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