Html Css Color HEX #302934 Blackcurrant

📋 copy color: '#302934'

red 48 ◦ green 41 ◦ blue 52

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

Shades of Blackcurrant #302934

Tints of Blackcurrant #302934

RGB

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

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

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

R = 34.04%
G = 29.08%
B = 36.88%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302934 (or 0x302934) is known color: Blackcurrant. HEX triplet: 30, 29 and 34. RGB value is (48,41,52). Sum of RGB (Red+Green+Blue) = 48+41+52=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #302934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302934 is #CFD6CB. Grayscale: #2C2C2C. Windows color (decimal): -13620940 or 3418416. OLE color: 3418416.

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

Color convert

RGB 48 41 52 -
CMYK 0.08 0.21 0 0.80
HSL 278.18º 0.12% 0.18% -
HSV(B) 278.18º 0.21% 0.2% -
XYZ 2.63 2.46 3.59 -
YUV 44.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 48 41 52 0.08 0.21 0 0.80 278.18 0.12 0.18
Hex 30 29 34 8 15 0 50 116 C 12
Octal 60 51 64 10 25 0 120 426 14 22
Binary 110000 101001 110100 1000 10101 0 1010000 100010110 1100 10010

Color Harmonies of #302934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302934

Black with #302934

Text Example


Text Example

White with #302934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302934; }

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

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

background-color css

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

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

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

border-color css

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

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

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