Html Css Color HEX #200238 Blackcurrant

📋 copy color: '#200238'

red 32 ◦ green 2 ◦ blue 56

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

Shades of Blackcurrant #200238

Tints of Blackcurrant #200238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 35.56%
G = 2.22%
B = 62.22%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200238 (or 0x200238) is known color: Blackcurrant. HEX triplet: 20, 02 and 38. RGB value is (32,2,56). Sum of RGB (Red+Green+Blue) = 32+2+56=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #200238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200238 is #DFFDC7. Grayscale: #101010. Windows color (decimal): -14679496 or 3670560. OLE color: 3670560.

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

Color convert

RGB 32 2 56 -
CMYK 0.43 0.96 0 0.78
HSL 273.33º 0.93% 0.11% -
HSV(B) 273.33º 0.96% 0.22% -
XYZ 1.33 0.64 3.79 -
YUV 17.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 32 2 56 0.43 0.96 0 0.78 273.33 0.93 0.11
Hex 20 2 38 2B 60 0 4E 111 5D B
Octal 40 2 70 53 140 0 116 421 135 13
Binary 100000 10 111000 101011 1100000 0 1001110 100010001 1011101 1011

Color Harmonies of #200238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200238

Black with #200238

Text Example


Text Example

White with #200238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200238; }

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

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

background-color css

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

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

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

border-color css

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

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

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