Html Css Color HEX #300939 Blackcurrant

📋 copy color: '#300939'

red 48 ◦ green 9 ◦ blue 57

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

Shades of Blackcurrant #300939

Tints of Blackcurrant #300939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

 BLUE value IS 57 (22.66% from 255) = 50%

R = 42.11%
G = 7.89%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300939 (or 0x300939) is known color: Blackcurrant. HEX triplet: 30, 09 and 39. RGB value is (48,9,57). Sum of RGB (Red+Green+Blue) = 48+9+57=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #300939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300939 is #CFF6C6. Grayscale: #191919. Windows color (decimal): -13629127 or 3737904. OLE color: 3737904.

HSL color Cylindrical-coordinate representation of color #300939: hue angle of 288.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300939 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 9 57 -
CMYK 0.16 0.84 0 0.78
HSL 288.75º 0.73% 0.13% -
HSV(B) 288.75º 0.84% 0.22% -
XYZ 2.06 1.12 3.98 -
YUV 26.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 48 9 57 0.16 0.84 0 0.78 288.75 0.73 0.13
Hex 30 9 39 10 54 0 4E 121 49 D
Octal 60 11 71 20 124 0 116 441 111 15
Binary 110000 1001 111001 10000 1010100 0 1001110 100100001 1001001 1101

Color Harmonies of #300939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300939

Black with #300939

Text Example


Text Example

White with #300939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300939; }

 p { color: rgb(48,9,57); }

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

background-color css

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

 a { background-color: rgb(48,9,57); }

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

border-color css

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

 span { border-color: rgb(48,9,57); }

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