Html Css Color HEX #301C3B Blackcurrant

📋 copy color: '#301C3B'

red 48 ◦ green 28 ◦ blue 59

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

Shades of Blackcurrant #301C3B

Tints of Blackcurrant #301C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 35.56%
G = 20.74%
B = 43.7%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#301C3B (or 0x301C3B) is known color: Blackcurrant. HEX triplet: 30, 1C and 3B. RGB value is (48,28,59). Sum of RGB (Red+Green+Blue) = 48+28+59=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #301C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C3B is #CFE3C4. Grayscale: #252525. Windows color (decimal): -13624261 or 3873840. OLE color: 3873840.

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

Color convert

RGB 48 28 59 -
CMYK 0.19 0.53 0 0.77
HSL 278.71º 0.36% 0.17% -
HSV(B) 278.71º 0.53% 0.23% -
XYZ 2.42 1.77 4.35 -
YUV 37.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 48 28 59 0.19 0.53 0 0.77 278.71 0.36 0.17
Hex 30 1C 3B 13 35 0 4D 117 24 11
Octal 60 34 73 23 65 0 115 427 44 21
Binary 110000 11100 111011 10011 110101 0 1001101 100010111 100100 10001

Color Harmonies of #301C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C3B

Black with #301C3B

Text Example


Text Example

White with #301C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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