Html Css Color HEX #301838 Blackcurrant

📋 copy color: '#301838'

red 48 ◦ green 24 ◦ blue 56

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

Shades of Blackcurrant #301838

Tints of Blackcurrant #301838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

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

R = 37.5%
G = 18.75%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301838 (or 0x301838) is known color: Blackcurrant. HEX triplet: 30, 18 and 38. RGB value is (48,24,56). Sum of RGB (Red+Green+Blue) = 48+24+56=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #301838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301838 is #CFE7C7. Grayscale: #222222. Windows color (decimal): -13625288 or 3676208. OLE color: 3676208.

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

Color convert

RGB 48 24 56 -
CMYK 0.14 0.57 0 0.78
HSL 285º 0.4% 0.16% -
HSV(B) 285º 0.57% 0.22% -
XYZ 2.26 1.57 3.92 -
YUV 34.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 48 24 56 0.14 0.57 0 0.78 285 0.4 0.16
Hex 30 18 38 E 39 0 4E 11D 28 10
Octal 60 30 70 16 71 0 116 435 50 20
Binary 110000 11000 111000 1110 111001 0 1001110 100011101 101000 10000

Color Harmonies of #301838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301838

Black with #301838

Text Example


Text Example

White with #301838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301838; }

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

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

background-color css

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

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

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

border-color css

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

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

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