Html Css Color HEX #301239 Blackcurrant

📋 copy color: '#301239'

red 48 ◦ green 18 ◦ blue 57

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

Shades of Blackcurrant #301239

Tints of Blackcurrant #301239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 39.02%
G = 14.63%
B = 46.34%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301239 (or 0x301239) is known color: Blackcurrant. HEX triplet: 30, 12 and 39. RGB value is (48,18,57). Sum of RGB (Red+Green+Blue) = 48+18+57=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #301239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301239 is #CFEDC6. Grayscale: #1F1F1F. Windows color (decimal): -13626823 or 3740208. OLE color: 3740208.

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

Color convert

RGB 48 18 57 -
CMYK 0.16 0.68 0 0.78
HSL 286.15º 0.52% 0.15% -
HSV(B) 286.15º 0.68% 0.22% -
XYZ 2.17 1.36 4.02 -
YUV 31.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 48 18 57 0.16 0.68 0 0.78 286.15 0.52 0.15
Hex 30 12 39 10 44 0 4E 11E 34 F
Octal 60 22 71 20 104 0 116 436 64 17
Binary 110000 10010 111001 10000 1000100 0 1001110 100011110 110100 1111

Color Harmonies of #301239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301239

Black with #301239

Text Example


Text Example

White with #301239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301239; }

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

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

background-color css

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

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

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

border-color css

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

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

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