Html Css Color HEX #301338 Blackcurrant

📋 copy color: '#301338'

red 48 ◦ green 19 ◦ blue 56

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

Shades of Blackcurrant #301338

Tints of Blackcurrant #301338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 39.02%
G = 15.45%
B = 45.53%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301338 (or 0x301338) is known color: Blackcurrant. HEX triplet: 30, 13 and 38. RGB value is (48,19,56). Sum of RGB (Red+Green+Blue) = 48+19+56=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #301338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301338 is #CFECC7. Grayscale: #1F1F1F. Windows color (decimal): -13626568 or 3674928. OLE color: 3674928.

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

Color convert

RGB 48 19 56 -
CMYK 0.14 0.66 0 0.78
HSL 287.03º 0.49% 0.15% -
HSV(B) 287.03º 0.66% 0.22% -
XYZ 2.17 1.38 3.89 -
YUV 31.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 48 19 56 0.14 0.66 0 0.78 287.03 0.49 0.15
Hex 30 13 38 E 42 0 4E 11F 31 F
Octal 60 23 70 16 102 0 116 437 61 17
Binary 110000 10011 111000 1110 1000010 0 1001110 100011111 110001 1111

Color Harmonies of #301338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301338

Black with #301338

Text Example


Text Example

White with #301338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301338; }

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

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

background-color css

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

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

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

border-color css

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

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

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