Html Css Color HEX #302633 Blackcurrant

📋 copy color: '#302633'

red 48 ◦ green 38 ◦ blue 51

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

Shades of Blackcurrant #302633

Tints of Blackcurrant #302633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 35.04%
G = 27.74%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#302633 (or 0x302633) is known color: Blackcurrant. HEX triplet: 30, 26 and 33. RGB value is (48,38,51). Sum of RGB (Red+Green+Blue) = 48+38+51=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #302633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302633 is #CFD9CC. Grayscale: #2A2A2A. Windows color (decimal): -13621709 or 3352112. OLE color: 3352112.

HSL color Cylindrical-coordinate representation of color #302633: hue angle of 286.15º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302633 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 38 51 -
CMYK 0.06 0.25 0 0.8
HSL 286.15º 0.15% 0.17% -
HSV(B) 286.15º 0.25% 0.2% -
XYZ 2.51 2.25 3.43 -
YUV 42.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 48 38 51 0.06 0.25 0 0.8 286.15 0.15 0.17
Hex 30 26 33 6 19 0 50 11E F 11
Octal 60 46 63 6 31 0 120 436 17 21
Binary 110000 100110 110011 110 11001 0 1010000 100011110 1111 10001

Color Harmonies of #302633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302633

Black with #302633

Text Example


Text Example

White with #302633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302633; }

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

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

background-color css

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

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

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

border-color css

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

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

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