Html Css Color HEX #300239 Blackcurrant

📋 copy color: '#300239'

red 48 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #300239

Tints of Blackcurrant #300239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 44.86%
G = 1.87%
B = 53.27%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300239 (or 0x300239) is known color: Blackcurrant. HEX triplet: 30, 02 and 39. RGB value is (48,2,57). Sum of RGB (Red+Green+Blue) = 48+2+57=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #300239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300239 is #CFFDC6. Grayscale: #151515. Windows color (decimal): -13630919 or 3736112. OLE color: 3736112.

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

Color convert

RGB 48 2 57 -
CMYK 0.16 0.96 0 0.78
HSL 290.18º 0.93% 0.12% -
HSV(B) 290.18º 0.96% 0.22% -
XYZ 1.98 0.97 3.95 -
YUV 22.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 48 2 57 0.16 0.96 0 0.78 290.18 0.93 0.12
Hex 30 2 39 10 60 0 4E 122 5D C
Octal 60 2 71 20 140 0 116 442 135 14
Binary 110000 10 111001 10000 1100000 0 1001110 100100010 1011101 1100

Color Harmonies of #300239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300239

Black with #300239

Text Example


Text Example

White with #300239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300239; }

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

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

background-color css

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

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

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

border-color css

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

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

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