Html Css Color HEX #201430 Blackcurrant

📋 copy color: '#201430'

red 32 ◦ green 20 ◦ blue 48

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

Shades of Blackcurrant #201430

Tints of Blackcurrant #201430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

 BLUE value IS 48 (19.14% from 255) = 48%

R = 32%
G = 20%
B = 48%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#201430 (or 0x201430) is known color: Blackcurrant. HEX triplet: 20, 14 and 30. RGB value is (32,20,48). Sum of RGB (Red+Green+Blue) = 32+20+48=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #201430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201430 is #DFEBCF. Grayscale: #1A1A1A. Windows color (decimal): -14674896 or 3150880. OLE color: 3150880.

HSL color Cylindrical-coordinate representation of color #201430: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #201430 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 20 48 -
CMYK 0.33 0.58 0 0.81
HSL 265.71º 0.41% 0.13% -
HSV(B) 265.71º 0.58% 0.19% -
XYZ 1.38 1.02 2.92 -
YUV 26.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 32 20 48 0.33 0.58 0 0.81 265.71 0.41 0.13
Hex 20 14 30 21 3A 0 51 10A 29 D
Octal 40 24 60 41 72 0 121 412 51 15
Binary 100000 10100 110000 100001 111010 0 1010001 100001010 101001 1101

Color Harmonies of #201430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201430

Black with #201430

Text Example


Text Example

White with #201430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201430; }

 p { color: rgb(32,20,48); }

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

background-color css

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

 a { background-color: rgb(32,20,48); }

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

border-color css

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

 span { border-color: rgb(32,20,48); }

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