Html Css Color HEX #300A40 Blackcurrant

📋 copy color: '#300A40'

red 48 ◦ green 10 ◦ blue 64

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

Shades of Blackcurrant #300A40

Tints of Blackcurrant #300A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.2%

 BLUE value IS 64 (25.39% from 255) = 52.46%

R = 39.34%
G = 8.2%
B = 52.46%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300A40 (or 0x300A40) is known color: Blackcurrant. HEX triplet: 30, 0A and 40. RGB value is (48,10,64). Sum of RGB (Red+Green+Blue) = 48+10+64=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #300A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A40 is #CFF5BF. Grayscale: #1B1B1B. Windows color (decimal): -13628864 or 4196912. OLE color: 4196912.

HSL color Cylindrical-coordinate representation of color #300A40: hue angle of 282.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300A40 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 10 64 -
CMYK 0.25 0.84 0 0.75
HSL 282.22º 0.73% 0.15% -
HSV(B) 282.22º 0.84% 0.25% -
XYZ 2.25 1.22 4.97 -
YUV 27.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 48 10 64 0.25 0.84 0 0.75 282.22 0.73 0.15
Hex 30 A 40 19 54 0 4B 11A 49 F
Octal 60 12 100 31 124 0 113 432 111 17
Binary 110000 1010 1000000 11001 1010100 0 1001011 100011010 1001001 1111

Color Harmonies of #300A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A40

Black with #300A40

Text Example


Text Example

White with #300A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A40; }

 p { color: rgb(48,10,64); }

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

background-color css

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

 a { background-color: rgb(48,10,64); }

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

border-color css

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

 span { border-color: rgb(48,10,64); }

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