Html Css Color HEX #30153F Blackcurrant

📋 copy color: '#30153F'

red 48 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #30153F

Tints of Blackcurrant #30153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.73%

R = 36.36%
G = 15.91%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30153F (or 0x30153F) is known color: Blackcurrant. HEX triplet: 30, 15 and 3F. RGB value is (48,21,63). Sum of RGB (Red+Green+Blue) = 48+21+63=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #30153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30153F is #CFEAC0. Grayscale: #212121. Windows color (decimal): -13626049 or 4134192. OLE color: 4134192.

HSL color Cylindrical-coordinate representation of color #30153F: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30153F is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 21 63 -
CMYK 0.24 0.67 0 0.75
HSL 278.57º 0.5% 0.16% -
HSV(B) 278.57º 0.67% 0.25% -
XYZ 2.38 1.52 4.87 -
YUV 33.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 48 21 63 0.24 0.67 0 0.75 278.57 0.5 0.16
Hex 30 15 3F 18 43 0 4B 117 32 10
Octal 60 25 77 30 103 0 113 427 62 20
Binary 110000 10101 111111 11000 1000011 0 1001011 100010111 110010 10000

Color Harmonies of #30153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30153F

Black with #30153F

Text Example


Text Example

White with #30153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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