Html Css Color HEX #302835 Blackcurrant

📋 copy color: '#302835'

red 48 ◦ green 40 ◦ blue 53

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

Shades of Blackcurrant #302835

Tints of Blackcurrant #302835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 34.04%
G = 28.37%
B = 37.59%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#302835 (or 0x302835) is known color: Blackcurrant. HEX triplet: 30, 28 and 35. RGB value is (48,40,53). Sum of RGB (Red+Green+Blue) = 48+40+53=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #302835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302835 is #CFD7CA. Grayscale: #2B2B2B. Windows color (decimal): -13621195 or 3483696. OLE color: 3483696.

HSL color Cylindrical-coordinate representation of color #302835: hue angle of 276.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302835 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 40 53 -
CMYK 0.09 0.25 0 0.79
HSL 276.92º 0.14% 0.18% -
HSV(B) 276.92º 0.25% 0.21% -
XYZ 2.62 2.4 3.69 -
YUV 43.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 48 40 53 0.09 0.25 0 0.79 276.92 0.14 0.18
Hex 30 28 35 9 19 0 4F 115 E 12
Octal 60 50 65 11 31 0 117 425 16 22
Binary 110000 101000 110101 1001 11001 0 1001111 100010101 1110 10010

Color Harmonies of #302835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302835

Black with #302835

Text Example


Text Example

White with #302835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302835; }

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

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

background-color css

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

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

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

border-color css

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

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

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