Html Css Color HEX #302935 Blackcurrant

📋 copy color: '#302935'

red 48 ◦ green 41 ◦ blue 53

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

Shades of Blackcurrant #302935

Tints of Blackcurrant #302935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.87%

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

R = 33.8%
G = 28.87%
B = 37.32%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#302935 (or 0x302935) is known color: Blackcurrant. HEX triplet: 30, 29 and 35. RGB value is (48,41,53). Sum of RGB (Red+Green+Blue) = 48+41+53=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #302935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302935 is #CFD6CA. Grayscale: #2C2C2C. Windows color (decimal): -13620939 or 3483952. OLE color: 3483952.

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

Color convert

RGB 48 41 53 -
CMYK 0.09 0.23 0 0.79
HSL 275º 0.13% 0.18% -
HSV(B) 275º 0.23% 0.21% -
XYZ 2.65 2.47 3.71 -
YUV 44.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 48 41 53 0.09 0.23 0 0.79 275 0.13 0.18
Hex 30 29 35 9 17 0 4F 113 D 12
Octal 60 51 65 11 27 0 117 423 15 22
Binary 110000 101001 110101 1001 10111 0 1001111 100010011 1101 10010

Color Harmonies of #302935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302935

Black with #302935

Text Example


Text Example

White with #302935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302935; }

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

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

background-color css

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

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

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

border-color css

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

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

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