Html Css Color HEX #302534 Blackcurrant

📋 copy color: '#302534'

red 48 ◦ green 37 ◦ blue 52

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

Shades of Blackcurrant #302534

Tints of Blackcurrant #302534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.01%

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

R = 35.04%
G = 27.01%
B = 37.96%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302534 (or 0x302534) is known color: Blackcurrant. HEX triplet: 30, 25 and 34. RGB value is (48,37,52). Sum of RGB (Red+Green+Blue) = 48+37+52=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #302534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302534 is #CFDACB. Grayscale: #292929. Windows color (decimal): -13621964 or 3417392. OLE color: 3417392.

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

Color convert

RGB 48 37 52 -
CMYK 0.08 0.29 0 0.80
HSL 284º 0.17% 0.17% -
HSV(B) 284º 0.29% 0.2% -
XYZ 2.5 2.2 3.54 -
YUV 42 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 48 37 52 0.08 0.29 0 0.80 284 0.17 0.17
Hex 30 25 34 8 1D 0 50 11C 11 11
Octal 60 45 64 10 35 0 120 434 21 21
Binary 110000 100101 110100 1000 11101 0 1010000 100011100 10001 10001

Color Harmonies of #302534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302534

Black with #302534

Text Example


Text Example

White with #302534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302534; }

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

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

background-color css

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

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

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

border-color css

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

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

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