Html Css Color HEX #30074B Blackcurrant

📋 copy color: '#30074B'

red 48 ◦ green 7 ◦ blue 75

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

Shades of Blackcurrant #30074B

Tints of Blackcurrant #30074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

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

R = 36.92%
G = 5.38%
B = 57.69%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30074B (or 0x30074B) is known color: Blackcurrant. HEX triplet: 30, 07 and 4B. RGB value is (48,7,75). Sum of RGB (Red+Green+Blue) = 48+7+75=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #30074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30074B is #CFF8B4. Grayscale: #1A1A1A. Windows color (decimal): -13629621 or 4917040. OLE color: 4917040.

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

Color convert

RGB 48 7 75 -
CMYK 0.36 0.91 0 0.71
HSL 276.18º 0.83% 0.16% -
HSV(B) 276.18º 0.91% 0.29% -
XYZ 2.56 1.29 6.77 -
YUV 27.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 48 7 75 0.36 0.91 0 0.71 276.18 0.83 0.16
Hex 30 7 4B 24 5B 0 47 114 53 10
Octal 60 7 113 44 133 0 107 424 123 20
Binary 110000 111 1001011 100100 1011011 0 1000111 100010100 1010011 10000

Color Harmonies of #30074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30074B

Black with #30074B

Text Example


Text Example

White with #30074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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