Html Css Color HEX #30154B Blackcurrant

📋 copy color: '#30154B'

red 48 ◦ green 21 ◦ blue 75

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

Shades of Blackcurrant #30154B

Tints of Blackcurrant #30154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 52.08%

R = 33.33%
G = 14.58%
B = 52.08%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30154B (or 0x30154B) is known color: Blackcurrant. HEX triplet: 30, 15 and 4B. RGB value is (48,21,75). Sum of RGB (Red+Green+Blue) = 48+21+75=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #30154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30154B is #CFEAB4. Grayscale: #232323. Windows color (decimal): -13626037 or 4920624. OLE color: 4920624.

HSL color Cylindrical-coordinate representation of color #30154B: hue angle of 270º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30154B is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 21 75 -
CMYK 0.36 0.72 0 0.71
HSL 270º 0.56% 0.19% -
HSV(B) 270º 0.72% 0.29% -
XYZ 2.76 1.67 6.83 -
YUV 35.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 48 21 75 0.36 0.72 0 0.71 270 0.56 0.19
Hex 30 15 4B 24 48 0 47 10E 38 13
Octal 60 25 113 44 110 0 107 416 70 23
Binary 110000 10101 1001011 100100 1001000 0 1000111 100001110 111000 10011

Color Harmonies of #30154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30154B

Black with #30154B

Text Example


Text Example

White with #30154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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