Html Css Color HEX #301A3D Blackcurrant

📋 copy color: '#301A3D'

red 48 ◦ green 26 ◦ blue 61

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

Shades of Blackcurrant #301A3D

Tints of Blackcurrant #301A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.26%

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

R = 35.56%
G = 19.26%
B = 45.19%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#301A3D (or 0x301A3D) is known color: Blackcurrant. HEX triplet: 30, 1A and 3D. RGB value is (48,26,61). Sum of RGB (Red+Green+Blue) = 48+26+61=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #301A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A3D is #CFE5C2. Grayscale: #242424. Windows color (decimal): -13624771 or 4004400. OLE color: 4004400.

HSL color Cylindrical-coordinate representation of color #301A3D: hue angle of 277.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #301A3D is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 26 61 -
CMYK 0.21 0.57 0 0.76
HSL 277.71º 0.4% 0.17% -
HSV(B) 277.71º 0.57% 0.24% -
XYZ 2.43 1.7 4.62 -
YUV 36.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 48 26 61 0.21 0.57 0 0.76 277.71 0.4 0.17
Hex 30 1A 3D 15 39 0 4C 116 28 11
Octal 60 32 75 25 71 0 114 426 50 21
Binary 110000 11010 111101 10101 111001 0 1001100 100010110 101000 10001

Color Harmonies of #301A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A3D

Black with #301A3D

Text Example


Text Example

White with #301A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A3D; }

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

 H1.HeaderClassName
 {
   color: #301A3D;
 }
 .AnyTagClassName
 {
   color: #301A3D;
 }
</style>

background-color css

<style>
 a { background-color: #301A3D; }

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

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

border-color css

<style>
 span { border-color: #301A3D; }

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

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