Html Css Color HEX #300453 Blackcurrant

📋 copy color: '#300453'

red 48 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #300453

Tints of Blackcurrant #300453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 35.56%
G = 2.96%
B = 61.48%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300453 (or 0x300453) is known color: Blackcurrant. HEX triplet: 30, 04 and 53. RGB value is (48,4,83). Sum of RGB (Red+Green+Blue) = 48+4+83=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #300453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300453 is #CFFBAC. Grayscale: #191919. Windows color (decimal): -13630381 or 5440560. OLE color: 5440560.

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

Color convert

RGB 48 4 83 -
CMYK 0.42 0.95 0 0.67
HSL 273.42º 0.91% 0.17% -
HSV(B) 273.42º 0.95% 0.33% -
XYZ 2.82 1.34 8.29 -
YUV 26.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 48 4 83 0.42 0.95 0 0.67 273.42 0.91 0.17
Hex 30 4 53 2A 5F 0 43 111 5B 11
Octal 60 4 123 52 137 0 103 421 133 21
Binary 110000 100 1010011 101010 1011111 0 1000011 100010001 1011011 10001

Color Harmonies of #300453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300453

Black with #300453

Text Example


Text Example

White with #300453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300453; }

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

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

background-color css

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

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

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

border-color css

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

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

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