Html Css Color HEX #30153D Blackcurrant

📋 copy color: '#30153D'

red 48 ◦ green 21 ◦ blue 61

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

Shades of Blackcurrant #30153D

Tints of Blackcurrant #30153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 36.92%
G = 16.15%
B = 46.92%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30153D (or 0x30153D) is known color: Blackcurrant. HEX triplet: 30, 15 and 3D. RGB value is (48,21,61). Sum of RGB (Red+Green+Blue) = 48+21+61=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #30153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30153D is #CFEAC2. Grayscale: #212121. Windows color (decimal): -13626051 or 4003120. OLE color: 4003120.

HSL color Cylindrical-coordinate representation of color #30153D: hue angle of 280.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30153D is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 21 61 -
CMYK 0.21 0.66 0 0.76
HSL 280.5º 0.49% 0.16% -
HSV(B) 280.5º 0.66% 0.24% -
XYZ 2.33 1.5 4.58 -
YUV 33.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 48 21 61 0.21 0.66 0 0.76 280.5 0.49 0.16
Hex 30 15 3D 15 42 0 4C 118 31 10
Octal 60 25 75 25 102 0 114 430 61 20
Binary 110000 10101 111101 10101 1000010 0 1001100 100011000 110001 10000

Color Harmonies of #30153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30153D

Black with #30153D

Text Example


Text Example

White with #30153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30153D; }

 p { color: rgb(48,21,61); }

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

background-color css

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

 a { background-color: rgb(48,21,61); }

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

border-color css

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

 span { border-color: rgb(48,21,61); }

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