Html Css Color HEX #302A34 Blackcurrant

📋 copy color: '#302A34'

red 48 ◦ green 42 ◦ blue 52

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

Shades of Blackcurrant #302A34

Tints of Blackcurrant #302A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.58%

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

R = 33.8%
G = 29.58%
B = 36.62%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302A34 (or 0x302A34) is known color: Blackcurrant. HEX triplet: 30, 2A and 34. RGB value is (48,42,52). Sum of RGB (Red+Green+Blue) = 48+42+52=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #302A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A34 is #CFD5CB. Grayscale: #2C2C2C. Windows color (decimal): -13620684 or 3418672. OLE color: 3418672.

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

Color convert

RGB 48 42 52 -
CMYK 0.08 0.19 0 0.80
HSL 276º 0.11% 0.18% -
HSV(B) 276º 0.19% 0.2% -
XYZ 2.67 2.53 3.6 -
YUV 44.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 48 42 52 0.08 0.19 0 0.80 276 0.11 0.18
Hex 30 2A 34 8 13 0 50 114 B 12
Octal 60 52 64 10 23 0 120 424 13 22
Binary 110000 101010 110100 1000 10011 0 1010000 100010100 1011 10010

Color Harmonies of #302A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A34

Black with #302A34

Text Example


Text Example

White with #302A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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