Html Css Color HEX #30044B Blackcurrant

📋 copy color: '#30044B'

red 48 ◦ green 4 ◦ blue 75

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

Shades of Blackcurrant #30044B

Tints of Blackcurrant #30044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

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

R = 37.8%
G = 3.15%
B = 59.06%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30044B (or 0x30044B) is known color: Blackcurrant. HEX triplet: 30, 04 and 4B. RGB value is (48,4,75). Sum of RGB (Red+Green+Blue) = 48+4+75=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #30044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30044B is #CFFBB4. Grayscale: #191919. Windows color (decimal): -13630389 or 4916272. OLE color: 4916272.

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

Color convert

RGB 48 4 75 -
CMYK 0.36 0.95 0 0.71
HSL 277.18º 0.9% 0.15% -
HSV(B) 277.18º 0.95% 0.29% -
XYZ 2.53 1.22 6.76 -
YUV 25.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 48 4 75 0.36 0.95 0 0.71 277.18 0.9 0.15
Hex 30 4 4B 24 5F 0 47 115 5A F
Octal 60 4 113 44 137 0 107 425 132 17
Binary 110000 100 1001011 100100 1011111 0 1000111 100010101 1011010 1111

Color Harmonies of #30044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30044B

Black with #30044B

Text Example


Text Example

White with #30044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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