Html Css Color HEX #301735 Blackcurrant

📋 copy color: '#301735'

red 48 ◦ green 23 ◦ blue 53

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

Shades of Blackcurrant #301735

Tints of Blackcurrant #301735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 38.71%
G = 18.55%
B = 42.74%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301735 (or 0x301735) is known color: Blackcurrant. HEX triplet: 30, 17 and 35. RGB value is (48,23,53). Sum of RGB (Red+Green+Blue) = 48+23+53=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #301735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301735 is #CFE8CA. Grayscale: #212121. Windows color (decimal): -13625547 or 3479344. OLE color: 3479344.

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

Color convert

RGB 48 23 53 -
CMYK 0.09 0.57 0 0.79
HSL 290º 0.39% 0.15% -
HSV(B) 290º 0.57% 0.21% -
XYZ 2.17 1.5 3.54 -
YUV 33.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 48 23 53 0.09 0.57 0 0.79 290 0.39 0.15
Hex 30 17 35 9 39 0 4F 122 27 F
Octal 60 27 65 11 71 0 117 442 47 17
Binary 110000 10111 110101 1001 111001 0 1001111 100100010 100111 1111

Color Harmonies of #301735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301735

Black with #301735

Text Example


Text Example

White with #301735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301735; }

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

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

background-color css

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

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

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

border-color css

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

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

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