Html Css Color HEX #200B3D Blackcurrant

📋 copy color: '#200B3D'

red 32 ◦ green 11 ◦ blue 61

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

Shades of Blackcurrant #200B3D

Tints of Blackcurrant #200B3D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.58%

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

R = 30.77%
G = 10.58%
B = 58.65%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#200B3D (or 0x200B3D) is known color: Blackcurrant. HEX triplet: 20, 0B and 3D. RGB value is (32,11,61). Sum of RGB (Red+Green+Blue) = 32+11+61=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #200B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B3D is #DFF4C2. Grayscale: #161616. Windows color (decimal): -14677187 or 4000544. OLE color: 4000544.

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

Color convert

RGB 32 11 61 -
CMYK 0.48 0.82 0 0.76
HSL 265.2º 0.69% 0.14% -
HSV(B) 265.2º 0.82% 0.24% -
XYZ 1.56 0.88 4.5 -
YUV 22.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 32 11 61 0.48 0.82 0 0.76 265.2 0.69 0.14
Hex 20 B 3D 30 52 0 4C 109 45 E
Octal 40 13 75 60 122 0 114 411 105 16
Binary 100000 1011 111101 110000 1010010 0 1001100 100001001 1000101 1110

Color Harmonies of #200B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B3D

Black with #200B3D

Text Example


Text Example

White with #200B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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