Html Css Color HEX #302334 Blackcurrant

📋 copy color: '#302334'

red 48 ◦ green 35 ◦ blue 52

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

Shades of Blackcurrant #302334

Tints of Blackcurrant #302334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 35.56%
G = 25.93%
B = 38.52%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302334 (or 0x302334) is known color: Blackcurrant. HEX triplet: 30, 23 and 34. RGB value is (48,35,52). Sum of RGB (Red+Green+Blue) = 48+35+52=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #302334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302334 is #CFDCCB. Grayscale: #282828. Windows color (decimal): -13622476 or 3416880. OLE color: 3416880.

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

Color convert

RGB 48 35 52 -
CMYK 0.08 0.33 0 0.80
HSL 285.88º 0.2% 0.17% -
HSV(B) 285.88º 0.33% 0.2% -
XYZ 2.44 2.08 3.52 -
YUV 40.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 48 35 52 0.08 0.33 0 0.80 285.88 0.2 0.17
Hex 30 23 34 8 21 0 50 11E 14 11
Octal 60 43 64 10 41 0 120 436 24 21
Binary 110000 100011 110100 1000 100001 0 1010000 100011110 10100 10001

Color Harmonies of #302334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302334

Black with #302334

Text Example


Text Example

White with #302334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302334; }

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

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

background-color css

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

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

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

border-color css

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

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

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