Html Css Color HEX #200148 Blackcurrant

📋 copy color: '#200148'

red 32 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #200148

Tints of Blackcurrant #200148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

 BLUE value IS 72 (28.52% from 255) = 68.57%

R = 30.48%
G = 0.95%
B = 68.57%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#200148 (or 0x200148) is known color: Blackcurrant. HEX triplet: 20, 01 and 48. RGB value is (32,1,72). Sum of RGB (Red+Green+Blue) = 32+1+72=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #200148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200148 is #DFFEB7. Grayscale: #121212. Windows color (decimal): -14679736 or 4718880. OLE color: 4718880.

HSL color Cylindrical-coordinate representation of color #200148: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200148 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 1 72 -
CMYK 0.56 0.99 0 0.72
HSL 266.2º 0.97% 0.14% -
HSV(B) 266.2º 0.99% 0.28% -
XYZ 1.78 0.8 6.19 -
YUV 18.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 32 1 72 0.56 0.99 0 0.72 266.2 0.97 0.14
Hex 20 1 48 38 63 0 48 10A 61 E
Octal 40 1 110 70 143 0 110 412 141 16
Binary 100000 1 1001000 111000 1100011 0 1001000 100001010 1100001 1110

Color Harmonies of #200148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200148

Black with #200148

Text Example


Text Example

White with #200148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200148; }

 p { color: rgb(32,1,72); }

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

background-color css

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

 a { background-color: rgb(32,1,72); }

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

border-color css

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

 span { border-color: rgb(32,1,72); }

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