Html Css Color HEX #302838 Blackcurrant

📋 copy color: '#302838'

red 48 ◦ green 40 ◦ blue 56

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

Shades of Blackcurrant #302838

Tints of Blackcurrant #302838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

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

R = 33.33%
G = 27.78%
B = 38.89%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302838 (or 0x302838) is known color: Blackcurrant. HEX triplet: 30, 28 and 38. RGB value is (48,40,56). Sum of RGB (Red+Green+Blue) = 48+40+56=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #302838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302838 is #CFD7C7. Grayscale: #2C2C2C. Windows color (decimal): -13621192 or 3680304. OLE color: 3680304.

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

Color convert

RGB 48 40 56 -
CMYK 0.14 0.29 0 0.78
HSL 270º 0.17% 0.19% -
HSV(B) 270º 0.29% 0.22% -
XYZ 2.69 2.43 4.07 -
YUV 44.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 48 40 56 0.14 0.29 0 0.78 270 0.17 0.19
Hex 30 28 38 E 1D 0 4E 10E 11 13
Octal 60 50 70 16 35 0 116 416 21 23
Binary 110000 101000 111000 1110 11101 0 1001110 100001110 10001 10011

Color Harmonies of #302838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302838

Black with #302838

Text Example


Text Example

White with #302838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302838; }

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

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

background-color css

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

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

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

border-color css

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

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

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