Html Css Color HEX #301B3B Blackcurrant

📋 copy color: '#301B3B'

red 48 ◦ green 27 ◦ blue 59

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

Shades of Blackcurrant #301B3B

Tints of Blackcurrant #301B3B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

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

R = 35.82%
G = 20.15%
B = 44.03%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#301B3B (or 0x301B3B) is known color: Blackcurrant. HEX triplet: 30, 1B and 3B. RGB value is (48,27,59). Sum of RGB (Red+Green+Blue) = 48+27+59=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #301B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B3B is #CFE4C4. Grayscale: #242424. Windows color (decimal): -13624517 or 3873584. OLE color: 3873584.

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

Color convert

RGB 48 27 59 -
CMYK 0.19 0.54 0 0.77
HSL 279.38º 0.37% 0.17% -
HSV(B) 279.38º 0.54% 0.23% -
XYZ 2.4 1.73 4.34 -
YUV 36.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 48 27 59 0.19 0.54 0 0.77 279.38 0.37 0.17
Hex 30 1B 3B 13 36 0 4D 117 25 11
Octal 60 33 73 23 66 0 115 427 45 21
Binary 110000 11011 111011 10011 110110 0 1001101 100010111 100101 10001

Color Harmonies of #301B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B3B

Black with #301B3B

Text Example


Text Example

White with #301B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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