Html Css Color HEX #300838 Blackcurrant

📋 copy color: '#300838'

red 48 ◦ green 8 ◦ blue 56

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

Shades of Blackcurrant #300838

Tints of Blackcurrant #300838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 42.86%
G = 7.14%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300838 (or 0x300838) is known color: Blackcurrant. HEX triplet: 30, 08 and 38. RGB value is (48,8,56). Sum of RGB (Red+Green+Blue) = 48+8+56=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #300838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300838 is #CFF7C7. Grayscale: #191919. Windows color (decimal): -13629384 or 3672112. OLE color: 3672112.

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

Color convert

RGB 48 8 56 -
CMYK 0.14 0.86 0 0.78
HSL 290º 0.75% 0.13% -
HSV(B) 290º 0.86% 0.22% -
XYZ 2.02 1.09 3.84 -
YUV 25.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 48 8 56 0.14 0.86 0 0.78 290 0.75 0.13
Hex 30 8 38 E 56 0 4E 122 4B D
Octal 60 10 70 16 126 0 116 442 113 15
Binary 110000 1000 111000 1110 1010110 0 1001110 100100010 1001011 1101

Color Harmonies of #300838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300838

Black with #300838

Text Example


Text Example

White with #300838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300838; }

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

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

background-color css

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

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

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

border-color css

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

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

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