Html Css Color HEX #30133D Blackcurrant

📋 copy color: '#30133D'

red 48 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #30133D

Tints of Blackcurrant #30133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 37.5%
G = 14.84%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30133D (or 0x30133D) is known color: Blackcurrant. HEX triplet: 30, 13 and 3D. RGB value is (48,19,61). Sum of RGB (Red+Green+Blue) = 48+19+61=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #30133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30133D is #CFECC2. Grayscale: #202020. Windows color (decimal): -13626563 or 4002608. OLE color: 4002608.

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

Color convert

RGB 48 19 61 -
CMYK 0.21 0.69 0 0.76
HSL 281.43º 0.53% 0.16% -
HSV(B) 281.43º 0.69% 0.24% -
XYZ 2.29 1.43 4.57 -
YUV 32.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 48 19 61 0.21 0.69 0 0.76 281.43 0.53 0.16
Hex 30 13 3D 15 45 0 4C 119 34 10
Octal 60 23 75 25 105 0 114 431 64 20
Binary 110000 10011 111101 10101 1000101 0 1001100 100011001 110100 10000

Color Harmonies of #30133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30133D

Black with #30133D

Text Example


Text Example

White with #30133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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