Html Css Color HEX #300038 Blackcurrant

📋 copy color: '#300038'

red 48 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #300038

Tints of Blackcurrant #300038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.15%
G = 0%
B = 53.85%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300038 (or 0x300038) is known color: Blackcurrant. HEX triplet: 30, 00 and 38. RGB value is (48,0,56). Sum of RGB (Red+Green+Blue) = 48+0+56=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #300038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300038 is #CFFFC7. Grayscale: #141414. Windows color (decimal): -13631432 or 3670064. OLE color: 3670064.

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

Color convert

RGB 48 0 56 -
CMYK 0.14 1 0 0.78
HSL 291.43º 1% 0.11% -
HSV(B) 291.43º 1% 0.22% -
XYZ 1.93 0.91 3.82 -
YUV 20.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 48 0 56 0.14 1 0 0.78 291.43 1 0.11
Hex 30 0 38 E 64 0 4E 123 64 B
Octal 60 0 70 16 144 0 116 443 144 13
Binary 110000 0 111000 1110 1100100 0 1001110 100100011 1100100 1011

Color Harmonies of #300038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300038

Black with #300038

Text Example


Text Example

White with #300038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300038; }

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

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

background-color css

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

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

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

border-color css

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

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

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