Html Css Color HEX #301638 Blackcurrant

📋 copy color: '#301638'

red 48 ◦ green 22 ◦ blue 56

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

Shades of Blackcurrant #301638

Tints of Blackcurrant #301638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 38.1%
G = 17.46%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301638 (or 0x301638) is known color: Blackcurrant. HEX triplet: 30, 16 and 38. RGB value is (48,22,56). Sum of RGB (Red+Green+Blue) = 48+22+56=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #301638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301638 is #CFE9C7. Grayscale: #212121. Windows color (decimal): -13625800 or 3675696. OLE color: 3675696.

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

Color convert

RGB 48 22 56 -
CMYK 0.14 0.61 0 0.78
HSL 285.88º 0.44% 0.15% -
HSV(B) 285.88º 0.61% 0.22% -
XYZ 2.22 1.49 3.91 -
YUV 33.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 48 22 56 0.14 0.61 0 0.78 285.88 0.44 0.15
Hex 30 16 38 E 3D 0 4E 11E 2C F
Octal 60 26 70 16 75 0 116 436 54 17
Binary 110000 10110 111000 1110 111101 0 1001110 100011110 101100 1111

Color Harmonies of #301638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301638

Black with #301638

Text Example


Text Example

White with #301638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301638; }

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

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

background-color css

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

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

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

border-color css

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

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

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