Html Css Color HEX #302035 Blackcurrant

📋 copy color: '#302035'

red 48 ◦ green 32 ◦ blue 53

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

Shades of Blackcurrant #302035

Tints of Blackcurrant #302035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 36.09%
G = 24.06%
B = 39.85%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#302035 (or 0x302035) is known color: Blackcurrant. HEX triplet: 30, 20 and 35. RGB value is (48,32,53). Sum of RGB (Red+Green+Blue) = 48+32+53=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #302035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302035 is #CFDFCA. Grayscale: #272727. Windows color (decimal): -13623243 or 3481648. OLE color: 3481648.

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

Color convert

RGB 48 32 53 -
CMYK 0.09 0.40 0 0.79
HSL 285.71º 0.25% 0.17% -
HSV(B) 285.71º 0.4% 0.21% -
XYZ 2.38 1.92 3.61 -
YUV 39.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 48 32 53 0.09 0.40 0 0.79 285.71 0.25 0.17
Hex 30 20 35 9 28 0 4F 11E 19 11
Octal 60 40 65 11 50 0 117 436 31 21
Binary 110000 100000 110101 1001 101000 0 1001111 100011110 11001 10001

Color Harmonies of #302035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302035

Black with #302035

Text Example


Text Example

White with #302035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302035; }

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

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

background-color css

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

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

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

border-color css

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

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

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