Html Css Color HEX #301538 Blackcurrant

📋 copy color: '#301538'

red 48 ◦ green 21 ◦ blue 56

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

Shades of Blackcurrant #301538

Tints of Blackcurrant #301538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 56 (22.27% from 255) = 44.8%

R = 38.4%
G = 16.8%
B = 44.8%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301538 (or 0x301538) is known color: Blackcurrant. HEX triplet: 30, 15 and 38. RGB value is (48,21,56). Sum of RGB (Red+Green+Blue) = 48+21+56=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #301538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301538 is #CFEAC7. Grayscale: #202020. Windows color (decimal): -13626056 or 3675440. OLE color: 3675440.

HSL color Cylindrical-coordinate representation of color #301538: hue angle of 286.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301538 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 21 56 -
CMYK 0.14 0.63 0 0.78
HSL 286.29º 0.45% 0.15% -
HSV(B) 286.29º 0.63% 0.22% -
XYZ 2.2 1.45 3.91 -
YUV 33.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 48 21 56 0.14 0.63 0 0.78 286.29 0.45 0.15
Hex 30 15 38 E 3F 0 4E 11E 2D F
Octal 60 25 70 16 77 0 116 436 55 17
Binary 110000 10101 111000 1110 111111 0 1001110 100011110 101101 1111

Color Harmonies of #301538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301538

Black with #301538

Text Example


Text Example

White with #301538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301538; }

 p { color: rgb(48,21,56); }

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

background-color css

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

 a { background-color: rgb(48,21,56); }

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

border-color css

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

 span { border-color: rgb(48,21,56); }

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