Html Css Color HEX #301935 Blackcurrant

📋 copy color: '#301935'

red 48 ◦ green 25 ◦ blue 53

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

Shades of Blackcurrant #301935

Tints of Blackcurrant #301935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

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

R = 38.1%
G = 19.84%
B = 42.06%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301935 (or 0x301935) is known color: Blackcurrant. HEX triplet: 30, 19 and 35. RGB value is (48,25,53). Sum of RGB (Red+Green+Blue) = 48+25+53=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #301935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301935 is #CFE6CA. Grayscale: #222222. Windows color (decimal): -13625035 or 3479856. OLE color: 3479856.

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

Color convert

RGB 48 25 53 -
CMYK 0.09 0.53 0 0.79
HSL 289.29º 0.36% 0.15% -
HSV(B) 289.29º 0.53% 0.21% -
XYZ 2.21 1.58 3.56 -
YUV 35.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 48 25 53 0.09 0.53 0 0.79 289.29 0.36 0.15
Hex 30 19 35 9 35 0 4F 121 24 F
Octal 60 31 65 11 65 0 117 441 44 17
Binary 110000 11001 110101 1001 110101 0 1001111 100100001 100100 1111

Color Harmonies of #301935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301935

Black with #301935

Text Example


Text Example

White with #301935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301935; }

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

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

background-color css

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

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

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

border-color css

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

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

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