Html Css Color HEX #30013D Blackcurrant

📋 copy color: '#30013D'

red 48 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #30013D

Tints of Blackcurrant #30013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 43.64%
G = 0.91%
B = 55.45%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30013D (or 0x30013D) is known color: Blackcurrant. HEX triplet: 30, 01 and 3D. RGB value is (48,1,61). Sum of RGB (Red+Green+Blue) = 48+1+61=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #30013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013D is #CFFEC2. Grayscale: #151515. Windows color (decimal): -13631171 or 3998000. OLE color: 3998000.

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

Color convert

RGB 48 1 61 -
CMYK 0.21 0.98 0 0.76
HSL 287º 0.97% 0.12% -
HSV(B) 287º 0.98% 0.24% -
XYZ 2.07 0.99 4.5 -
YUV 21.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 48 1 61 0.21 0.98 0 0.76 287 0.97 0.12
Hex 30 1 3D 15 62 0 4C 11F 61 C
Octal 60 1 75 25 142 0 114 437 141 14
Binary 110000 1 111101 10101 1100010 0 1001100 100011111 1100001 1100

Color Harmonies of #30013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30013D

Black with #30013D

Text Example


Text Example

White with #30013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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