Html Css Color HEX #300139 Blackcurrant

📋 copy color: '#300139'

red 48 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #300139

Tints of Blackcurrant #300139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 45.28%
G = 0.94%
B = 53.77%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300139 (or 0x300139) is known color: Blackcurrant. HEX triplet: 30, 01 and 39. RGB value is (48,1,57). Sum of RGB (Red+Green+Blue) = 48+1+57=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #300139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300139 is #CFFEC6. Grayscale: #151515. Windows color (decimal): -13631175 or 3735856. OLE color: 3735856.

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

Color convert

RGB 48 1 57 -
CMYK 0.16 0.98 0 0.78
HSL 290.36º 0.97% 0.11% -
HSV(B) 290.36º 0.98% 0.22% -
XYZ 1.97 0.95 3.95 -
YUV 21.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 48 1 57 0.16 0.98 0 0.78 290.36 0.97 0.11
Hex 30 1 39 10 62 0 4E 122 61 B
Octal 60 1 71 20 142 0 116 442 141 13
Binary 110000 1 111001 10000 1100010 0 1001110 100100010 1100001 1011

Color Harmonies of #300139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300139

Black with #300139

Text Example


Text Example

White with #300139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300139; }

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

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

background-color css

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

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

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

border-color css

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

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

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