Html Css Color HEX #301A3B Blackcurrant

📋 copy color: '#301A3B'

red 48 ◦ green 26 ◦ blue 59

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

Shades of Blackcurrant #301A3B

Tints of Blackcurrant #301A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.36%

R = 36.09%
G = 19.55%
B = 44.36%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#301A3B (or 0x301A3B) is known color: Blackcurrant. HEX triplet: 30, 1A and 3B. RGB value is (48,26,59). Sum of RGB (Red+Green+Blue) = 48+26+59=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #301A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A3B is #CFE5C4. Grayscale: #242424. Windows color (decimal): -13624773 or 3873328. OLE color: 3873328.

HSL color Cylindrical-coordinate representation of color #301A3B: hue angle of 280º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301A3B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 26 59 -
CMYK 0.19 0.56 0 0.77
HSL 280º 0.39% 0.17% -
HSV(B) 280º 0.56% 0.23% -
XYZ 2.38 1.68 4.34 -
YUV 36.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 48 26 59 0.19 0.56 0 0.77 280 0.39 0.17
Hex 30 1A 3B 13 38 0 4D 118 27 11
Octal 60 32 73 23 70 0 115 430 47 21
Binary 110000 11010 111011 10011 111000 0 1001101 100011000 100111 10001

Color Harmonies of #301A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A3B

Black with #301A3B

Text Example


Text Example

White with #301A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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