Html Css Color HEX #300D38 Blackcurrant

📋 copy color: '#300D38'

red 48 ◦ green 13 ◦ blue 56

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

Shades of Blackcurrant #300D38

Tints of Blackcurrant #300D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.11%

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

R = 41.03%
G = 11.11%
B = 47.86%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300D38 (or 0x300D38) is known color: Blackcurrant. HEX triplet: 30, 0D and 38. RGB value is (48,13,56). Sum of RGB (Red+Green+Blue) = 48+13+56=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #300D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D38 is #CFF2C7. Grayscale: #1C1C1C. Windows color (decimal): -13628104 or 3673392. OLE color: 3673392.

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

Color convert

RGB 48 13 56 -
CMYK 0.14 0.77 0 0.78
HSL 288.84º 0.62% 0.14% -
HSV(B) 288.84º 0.77% 0.22% -
XYZ 2.08 1.2 3.86 -
YUV 28.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 48 13 56 0.14 0.77 0 0.78 288.84 0.62 0.14
Hex 30 D 38 E 4D 0 4E 121 3E E
Octal 60 15 70 16 115 0 116 441 76 16
Binary 110000 1101 111000 1110 1001101 0 1001110 100100001 111110 1110

Color Harmonies of #300D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300D38

Black with #300D38

Text Example


Text Example

White with #300D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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