Html Css Color HEX #200938 Blackcurrant

📋 copy color: '#200938'

red 32 ◦ green 9 ◦ blue 56

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

Shades of Blackcurrant #200938

Tints of Blackcurrant #200938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

 BLUE value IS 56 (22.27% from 255) = 57.73%

R = 32.99%
G = 9.28%
B = 57.73%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200938 (or 0x200938) is known color: Blackcurrant. HEX triplet: 20, 09 and 38. RGB value is (32,9,56). Sum of RGB (Red+Green+Blue) = 32+9+56=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #200938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200938 is #DFF6C7. Grayscale: #151515. Windows color (decimal): -14677704 or 3672352. OLE color: 3672352.

HSL color Cylindrical-coordinate representation of color #200938: hue angle of 269.36º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200938 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 9 56 -
CMYK 0.43 0.84 0 0.78
HSL 269.36º 0.72% 0.13% -
HSV(B) 269.36º 0.84% 0.22% -
XYZ 1.41 0.79 3.82 -
YUV 21.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 32 9 56 0.43 0.84 0 0.78 269.36 0.72 0.13
Hex 20 9 38 2B 54 0 4E 10D 48 D
Octal 40 11 70 53 124 0 116 415 110 15
Binary 100000 1001 111000 101011 1010100 0 1001110 100001101 1001000 1101

Color Harmonies of #200938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200938

Black with #200938

Text Example


Text Example

White with #200938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200938; }

 p { color: rgb(32,9,56); }

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

background-color css

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

 a { background-color: rgb(32,9,56); }

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

border-color css

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

 span { border-color: rgb(32,9,56); }

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