Html Css Color HEX #302834 Blackcurrant

📋 copy color: '#302834'

red 48 ◦ green 40 ◦ blue 52

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

Shades of Blackcurrant #302834

Tints of Blackcurrant #302834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.14%

R = 34.29%
G = 28.57%
B = 37.14%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302834 (or 0x302834) is known color: Blackcurrant. HEX triplet: 30, 28 and 34. RGB value is (48,40,52). Sum of RGB (Red+Green+Blue) = 48+40+52=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 52 - color contains mainly: blue. Hex color #302834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302834 is #CFD7CB. Grayscale: #2B2B2B. Windows color (decimal): -13621196 or 3418160. OLE color: 3418160.

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

Color convert

RGB 48 40 52 -
CMYK 0.08 0.23 0 0.80
HSL 280º 0.13% 0.18% -
HSV(B) 280º 0.23% 0.2% -
XYZ 2.6 2.39 3.57 -
YUV 43.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 48 40 52 0.08 0.23 0 0.80 280 0.13 0.18
Hex 30 28 34 8 17 0 50 118 D 12
Octal 60 50 64 10 27 0 120 430 15 22
Binary 110000 101000 110100 1000 10111 0 1010000 100011000 1101 10010

Color Harmonies of #302834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302834

Black with #302834

Text Example


Text Example

White with #302834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302834; }

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

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

background-color css

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

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

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

border-color css

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

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

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