Html Css Color HEX #300353 Blackcurrant

📋 copy color: '#300353'

red 48 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #300353

Tints of Blackcurrant #300353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 35.82%
G = 2.24%
B = 61.94%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300353 (or 0x300353) is known color: Blackcurrant. HEX triplet: 30, 03 and 53. RGB value is (48,3,83). Sum of RGB (Red+Green+Blue) = 48+3+83=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #300353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300353 is #CFFCAC. Grayscale: #191919. Windows color (decimal): -13630637 or 5440304. OLE color: 5440304.

HSL color Cylindrical-coordinate representation of color #300353: hue angle of 273.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300353 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 3 83 -
CMYK 0.42 0.96 0 0.67
HSL 273.75º 0.93% 0.17% -
HSV(B) 273.75º 0.96% 0.33% -
XYZ 2.81 1.32 8.29 -
YUV 25.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 48 3 83 0.42 0.96 0 0.67 273.75 0.93 0.17
Hex 30 3 53 2A 60 0 43 112 5D 11
Octal 60 3 123 52 140 0 103 422 135 21
Binary 110000 11 1010011 101010 1100000 0 1000011 100010010 1011101 10001

Color Harmonies of #300353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300353

Black with #300353

Text Example


Text Example

White with #300353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300353; }

 p { color: rgb(48,3,83); }

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

background-color css

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

 a { background-color: rgb(48,3,83); }

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

border-color css

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

 span { border-color: rgb(48,3,83); }

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