Html Css Color HEX #300655 Blackcurrant

📋 copy color: '#300655'

red 48 ◦ green 6 ◦ blue 85

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

Shades of Blackcurrant #300655

Tints of Blackcurrant #300655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 85 (33.59% from 255) = 61.15%

R = 34.53%
G = 4.32%
B = 61.15%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300655 (or 0x300655) is known color: Blackcurrant. HEX triplet: 30, 06 and 55. RGB value is (48,6,85). Sum of RGB (Red+Green+Blue) = 48+6+85=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #300655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300655 is #CFF9AA. Grayscale: #1B1B1B. Windows color (decimal): -13629867 or 5572144. OLE color: 5572144.

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

Color convert

RGB 48 6 85 -
CMYK 0.44 0.93 0 0.67
HSL 271.9º 0.87% 0.18% -
HSV(B) 271.9º 0.93% 0.33% -
XYZ 2.92 1.41 8.71 -
YUV 27.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 48 6 85 0.44 0.93 0 0.67 271.9 0.87 0.18
Hex 30 6 55 2C 5D 0 43 110 57 12
Octal 60 6 125 54 135 0 103 420 127 22
Binary 110000 110 1010101 101100 1011101 0 1000011 100010000 1010111 10010

Color Harmonies of #300655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300655

Black with #300655

Text Example


Text Example

White with #300655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300655; }

 p { color: rgb(48,6,85); }

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

background-color css

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

 a { background-color: rgb(48,6,85); }

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

border-color css

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

 span { border-color: rgb(48,6,85); }

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