Html Css Color HEX #301B38 Blackcurrant

📋 copy color: '#301B38'

red 48 ◦ green 27 ◦ blue 56

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

Shades of Blackcurrant #301B38

Tints of Blackcurrant #301B38

RGB

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

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

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

R = 36.64%
G = 20.61%
B = 42.75%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301B38 (or 0x301B38) is known color: Blackcurrant. HEX triplet: 30, 1B and 38. RGB value is (48,27,56). Sum of RGB (Red+Green+Blue) = 48+27+56=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #301B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B38 is #CFE4C7. Grayscale: #242424. Windows color (decimal): -13624520 or 3676976. OLE color: 3676976.

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

Color convert

RGB 48 27 56 -
CMYK 0.14 0.52 0 0.78
HSL 283.45º 0.35% 0.16% -
HSV(B) 283.45º 0.52% 0.22% -
XYZ 2.32 1.7 3.95 -
YUV 36.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 48 27 56 0.14 0.52 0 0.78 283.45 0.35 0.16
Hex 30 1B 38 E 34 0 4E 11B 23 10
Octal 60 33 70 16 64 0 116 433 43 20
Binary 110000 11011 111000 1110 110100 0 1001110 100011011 100011 10000

Color Harmonies of #301B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B38

Black with #301B38

Text Example


Text Example

White with #301B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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