Html Css Color HEX #30173F Blackcurrant

📋 copy color: '#30173F'

red 48 ◦ green 23 ◦ blue 63

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

Shades of Blackcurrant #30173F

Tints of Blackcurrant #30173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

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

R = 35.82%
G = 17.16%
B = 47.01%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30173F (or 0x30173F) is known color: Blackcurrant. HEX triplet: 30, 17 and 3F. RGB value is (48,23,63). Sum of RGB (Red+Green+Blue) = 48+23+63=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #30173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30173F is #CFE8C0. Grayscale: #222222. Windows color (decimal): -13625537 or 4134704. OLE color: 4134704.

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

Color convert

RGB 48 23 63 -
CMYK 0.24 0.63 0 0.75
HSL 277.5º 0.47% 0.17% -
HSV(B) 277.5º 0.63% 0.25% -
XYZ 2.42 1.6 4.88 -
YUV 35.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 48 23 63 0.24 0.63 0 0.75 277.5 0.47 0.17
Hex 30 17 3F 18 3F 0 4B 116 2F 11
Octal 60 27 77 30 77 0 113 426 57 21
Binary 110000 10111 111111 11000 111111 0 1001011 100010110 101111 10001

Color Harmonies of #30173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30173F

Black with #30173F

Text Example


Text Example

White with #30173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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