Html Css Color HEX #300738 Blackcurrant

📋 copy color: '#300738'

red 48 ◦ green 7 ◦ blue 56

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

Shades of Blackcurrant #300738

Tints of Blackcurrant #300738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

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

R = 43.24%
G = 6.31%
B = 50.45%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300738 (or 0x300738) is known color: Blackcurrant. HEX triplet: 30, 07 and 38. RGB value is (48,7,56). Sum of RGB (Red+Green+Blue) = 48+7+56=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #300738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300738 is #CFF8C7. Grayscale: #181818. Windows color (decimal): -13629640 or 3671856. OLE color: 3671856.

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

Color convert

RGB 48 7 56 -
CMYK 0.14 0.88 0 0.78
HSL 290.2º 0.78% 0.12% -
HSV(B) 290.2º 0.88% 0.22% -
XYZ 2.01 1.07 3.84 -
YUV 24.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 48 7 56 0.14 0.88 0 0.78 290.2 0.78 0.12
Hex 30 7 38 E 58 0 4E 122 4E C
Octal 60 7 70 16 130 0 116 442 116 14
Binary 110000 111 111000 1110 1011000 0 1001110 100100010 1001110 1100

Color Harmonies of #300738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300738

Black with #300738

Text Example


Text Example

White with #300738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300738; }

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

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

background-color css

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

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

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

border-color css

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

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

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