Html Css Color HEX #200C3D Blackcurrant

📋 copy color: '#200C3D'

red 32 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #200C3D

Tints of Blackcurrant #200C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 58.1%

R = 30.48%
G = 11.43%
B = 58.1%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#200C3D (or 0x200C3D) is known color: Blackcurrant. HEX triplet: 20, 0C and 3D. RGB value is (32,12,61). Sum of RGB (Red+Green+Blue) = 32+12+61=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #200C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C3D is #DFF3C2. Grayscale: #171717. Windows color (decimal): -14676931 or 4000800. OLE color: 4000800.

HSL color Cylindrical-coordinate representation of color #200C3D: hue angle of 264.49º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #200C3D is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 12 61 -
CMYK 0.48 0.80 0 0.76
HSL 264.49º 0.67% 0.14% -
HSV(B) 264.49º 0.8% 0.24% -
XYZ 1.57 0.91 4.51 -
YUV 23.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 32 12 61 0.48 0.80 0 0.76 264.49 0.67 0.14
Hex 20 C 3D 30 50 0 4C 108 43 E
Octal 40 14 75 60 120 0 114 410 103 16
Binary 100000 1100 111101 110000 1010000 0 1001100 100001000 1000011 1110

Color Harmonies of #200C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C3D

Black with #200C3D

Text Example


Text Example

White with #200C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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