Html Css Color HEX #30034B Blackcurrant

📋 copy color: '#30034B'

red 48 ◦ green 3 ◦ blue 75

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

Shades of Blackcurrant #30034B

Tints of Blackcurrant #30034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

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

R = 38.1%
G = 2.38%
B = 59.52%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30034B (or 0x30034B) is known color: Blackcurrant. HEX triplet: 30, 03 and 4B. RGB value is (48,3,75). Sum of RGB (Red+Green+Blue) = 48+3+75=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #30034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30034B is #CFFCB4. Grayscale: #181818. Windows color (decimal): -13630645 or 4916016. OLE color: 4916016.

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

Color convert

RGB 48 3 75 -
CMYK 0.36 0.96 0 0.71
HSL 277.5º 0.92% 0.15% -
HSV(B) 277.5º 0.96% 0.29% -
XYZ 2.52 1.2 6.76 -
YUV 24.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 48 3 75 0.36 0.96 0 0.71 277.5 0.92 0.15
Hex 30 3 4B 24 60 0 47 116 5C F
Octal 60 3 113 44 140 0 107 426 134 17
Binary 110000 11 1001011 100100 1100000 0 1000111 100010110 1011100 1111

Color Harmonies of #30034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30034B

Black with #30034B

Text Example


Text Example

White with #30034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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