Html Css Color HEX #30203F Blackcurrant

📋 copy color: '#30203F'

red 48 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #30203F

Tints of Blackcurrant #30203F

RGB

 RED value IS 48 (19.14% from 255) = 33.57%

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 63 (25% from 255) = 44.06%

R = 33.57%
G = 22.38%
B = 44.06%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30203F (or 0x30203F) is known color: Blackcurrant. HEX triplet: 30, 20 and 3F. RGB value is (48,32,63). Sum of RGB (Red+Green+Blue) = 48+32+63=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #30203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30203F is #CFDFC0. Grayscale: #282828. Windows color (decimal): -13623233 or 4137008. OLE color: 4137008.

HSL color Cylindrical-coordinate representation of color #30203F: hue angle of 270.97º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30203F is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 32 63 -
CMYK 0.24 0.49 0 0.75
HSL 270.97º 0.33% 0.19% -
HSV(B) 270.97º 0.49% 0.25% -
XYZ 2.63 2.02 4.95 -
YUV 40.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 48 32 63 0.24 0.49 0 0.75 270.97 0.33 0.19
Hex 30 20 3F 18 31 0 4B 10F 21 13
Octal 60 40 77 30 61 0 113 417 41 23
Binary 110000 100000 111111 11000 110001 0 1001011 100001111 100001 10011

Color Harmonies of #30203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30203F

Black with #30203F

Text Example


Text Example

White with #30203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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