Html Css Color HEX #300F40 Blackcurrant

📋 copy color: '#300F40'

red 48 ◦ green 15 ◦ blue 64

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

Shades of Blackcurrant #300F40

Tints of Blackcurrant #300F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.81%

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

R = 37.8%
G = 11.81%
B = 50.39%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#300F40 (or 0x300F40) is known color: Blackcurrant. HEX triplet: 30, 0F and 40. RGB value is (48,15,64). Sum of RGB (Red+Green+Blue) = 48+15+64=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #300F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F40 is #CFF0BF. Grayscale: #1E1E1E. Windows color (decimal): -13627584 or 4198192. OLE color: 4198192.

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

Color convert

RGB 48 15 64 -
CMYK 0.25 0.77 0 0.75
HSL 280.41º 0.62% 0.15% -
HSV(B) 280.41º 0.77% 0.25% -
XYZ 2.32 1.34 4.99 -
YUV 30.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 48 15 64 0.25 0.77 0 0.75 280.41 0.62 0.15
Hex 30 F 40 19 4D 0 4B 118 3E F
Octal 60 17 100 31 115 0 113 430 76 17
Binary 110000 1111 1000000 11001 1001101 0 1001011 100011000 111110 1111

Color Harmonies of #300F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F40

Black with #300F40

Text Example


Text Example

White with #300F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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