Html Css Color HEX #30113D Blackcurrant

📋 copy color: '#30113D'

red 48 ◦ green 17 ◦ blue 61

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

Shades of Blackcurrant #30113D

Tints of Blackcurrant #30113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.49%

 BLUE value IS 61 (24.22% from 255) = 48.41%

R = 38.1%
G = 13.49%
B = 48.41%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30113D (or 0x30113D) is known color: Blackcurrant. HEX triplet: 30, 11 and 3D. RGB value is (48,17,61). Sum of RGB (Red+Green+Blue) = 48+17+61=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #30113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30113D is #CFEEC2. Grayscale: #1F1F1F. Windows color (decimal): -13627075 or 4002096. OLE color: 4002096.

HSL color Cylindrical-coordinate representation of color #30113D: hue angle of 282.27º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30113D is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 17 61 -
CMYK 0.21 0.72 0 0.76
HSL 282.27º 0.56% 0.15% -
HSV(B) 282.27º 0.72% 0.24% -
XYZ 2.26 1.37 4.56 -
YUV 31.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 48 17 61 0.21 0.72 0 0.76 282.27 0.56 0.15
Hex 30 11 3D 15 48 0 4C 11A 38 F
Octal 60 21 75 25 110 0 114 432 70 17
Binary 110000 10001 111101 10101 1001000 0 1001100 100011010 111000 1111

Color Harmonies of #30113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30113D

Black with #30113D

Text Example


Text Example

White with #30113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30113D; }

 p { color: rgb(48,17,61); }

 H1.HeaderClassName
 {
   color: #30113D;
 }
 .AnyTagClassName
 {
   color: #30113D;
 }
</style>

background-color css

<style>
 a { background-color: #30113D; }

 a { background-color: rgb(48,17,61); }

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

border-color css

<style>
 span { border-color: #30113D; }

 span { border-color: rgb(48,17,61); }

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