Html Css Color HEX #301839 Blackcurrant

📋 copy color: '#301839'

red 48 ◦ green 24 ◦ blue 57

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

Shades of Blackcurrant #301839

Tints of Blackcurrant #301839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 37.21%
G = 18.6%
B = 44.19%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301839 (or 0x301839) is known color: Blackcurrant. HEX triplet: 30, 18 and 39. RGB value is (48,24,57). Sum of RGB (Red+Green+Blue) = 48+24+57=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #301839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301839 is #CFE7C6. Grayscale: #222222. Windows color (decimal): -13625287 or 3741744. OLE color: 3741744.

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

Color convert

RGB 48 24 57 -
CMYK 0.16 0.58 0 0.78
HSL 283.64º 0.41% 0.16% -
HSV(B) 283.64º 0.58% 0.22% -
XYZ 2.28 1.58 4.05 -
YUV 34.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 48 24 57 0.16 0.58 0 0.78 283.64 0.41 0.16
Hex 30 18 39 10 3A 0 4E 11C 29 10
Octal 60 30 71 20 72 0 116 434 51 20
Binary 110000 11000 111001 10000 111010 0 1001110 100011100 101001 10000

Color Harmonies of #301839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301839

Black with #301839

Text Example


Text Example

White with #301839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301839; }

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

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

background-color css

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

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

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

border-color css

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

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

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