Html Css Color HEX #302139 Blackcurrant

📋 copy color: '#302139'

red 48 ◦ green 33 ◦ blue 57

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

Shades of Blackcurrant #302139

Tints of Blackcurrant #302139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 34.78%
G = 23.91%
B = 41.3%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302139 (or 0x302139) is known color: Blackcurrant. HEX triplet: 30, 21 and 39. RGB value is (48,33,57). Sum of RGB (Red+Green+Blue) = 48+33+57=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #302139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302139 is #CFDEC6. Grayscale: #282828. Windows color (decimal): -13622983 or 3744048. OLE color: 3744048.

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

Color convert

RGB 48 33 57 -
CMYK 0.16 0.42 0 0.78
HSL 277.5º 0.27% 0.18% -
HSV(B) 277.5º 0.42% 0.22% -
XYZ 2.5 2.01 4.13 -
YUV 40.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 48 33 57 0.16 0.42 0 0.78 277.5 0.27 0.18
Hex 30 21 39 10 2A 0 4E 116 1B 12
Octal 60 41 71 20 52 0 116 426 33 22
Binary 110000 100001 111001 10000 101010 0 1001110 100010110 11011 10010

Color Harmonies of #302139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302139

Black with #302139

Text Example


Text Example

White with #302139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302139; }

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

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

background-color css

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

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

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

border-color css

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

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

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