Html Css Color HEX #302634 Blackcurrant

📋 copy color: '#302634'

red 48 ◦ green 38 ◦ blue 52

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

Shades of Blackcurrant #302634

Tints of Blackcurrant #302634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 34.78%
G = 27.54%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302634 (or 0x302634) is known color: Blackcurrant. HEX triplet: 30, 26 and 34. RGB value is (48,38,52). Sum of RGB (Red+Green+Blue) = 48+38+52=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #302634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302634 is #CFD9CB. Grayscale: #2A2A2A. Windows color (decimal): -13621708 or 3417648. OLE color: 3417648.

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

Color convert

RGB 48 38 52 -
CMYK 0.08 0.27 0 0.80
HSL 282.86º 0.16% 0.18% -
HSV(B) 282.86º 0.27% 0.2% -
XYZ 2.53 2.26 3.55 -
YUV 42.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 48 38 52 0.08 0.27 0 0.80 282.86 0.16 0.18
Hex 30 26 34 8 1B 0 50 11B 10 12
Octal 60 46 64 10 33 0 120 433 20 22
Binary 110000 100110 110100 1000 11011 0 1010000 100011011 10000 10010

Color Harmonies of #302634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302634

Black with #302634

Text Example


Text Example

White with #302634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302634; }

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

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

background-color css

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

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

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

border-color css

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

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

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