Html Css Color HEX #30064E Blackcurrant

📋 copy color: '#30064E'

red 48 ◦ green 6 ◦ blue 78

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

Shades of Blackcurrant #30064E

Tints of Blackcurrant #30064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.09%

R = 36.36%
G = 4.55%
B = 59.09%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30064E (or 0x30064E) is known color: Blackcurrant. HEX triplet: 30, 06 and 4E. RGB value is (48,6,78). Sum of RGB (Red+Green+Blue) = 48+6+78=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #30064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30064E is #CFF9B1. Grayscale: #1A1A1A. Windows color (decimal): -13629874 or 5113392. OLE color: 5113392.

HSL color Cylindrical-coordinate representation of color #30064E: hue angle of 275º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30064E is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 6 78 -
CMYK 0.38 0.92 0 0.69
HSL 275º 0.86% 0.16% -
HSV(B) 275º 0.92% 0.31% -
XYZ 2.66 1.31 7.32 -
YUV 26.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 48 6 78 0.38 0.92 0 0.69 275 0.86 0.16
Hex 30 6 4E 26 5C 0 45 113 56 10
Octal 60 6 116 46 134 0 105 423 126 20
Binary 110000 110 1001110 100110 1011100 0 1000101 100010011 1010110 10000

Color Harmonies of #30064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30064E

Black with #30064E

Text Example


Text Example

White with #30064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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