Html Css Color HEX #301A38 Blackcurrant

📋 copy color: '#301A38'

red 48 ◦ green 26 ◦ blue 56

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

Shades of Blackcurrant #301A38

Tints of Blackcurrant #301A38

RGB

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

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

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

R = 36.92%
G = 20%
B = 43.08%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301A38 (or 0x301A38) is known color: Blackcurrant. HEX triplet: 30, 1A and 38. RGB value is (48,26,56). Sum of RGB (Red+Green+Blue) = 48+26+56=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #301A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A38 is #CFE5C7. Grayscale: #232323. Windows color (decimal): -13624776 or 3676720. OLE color: 3676720.

HSL color Cylindrical-coordinate representation of color #301A38: hue angle of 284º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301A38 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 26 56 -
CMYK 0.14 0.54 0 0.78
HSL 284º 0.37% 0.16% -
HSV(B) 284º 0.54% 0.22% -
XYZ 2.3 1.65 3.94 -
YUV 36 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 48 26 56 0.14 0.54 0 0.78 284 0.37 0.16
Hex 30 1A 38 E 36 0 4E 11C 25 10
Octal 60 32 70 16 66 0 116 434 45 20
Binary 110000 11010 111000 1110 110110 0 1001110 100011100 100101 10000

Color Harmonies of #301A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A38

Black with #301A38

Text Example


Text Example

White with #301A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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