Html Css Color HEX #302639 Blackcurrant

📋 copy color: '#302639'

red 48 ◦ green 38 ◦ blue 57

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

Shades of Blackcurrant #302639

Tints of Blackcurrant #302639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 33.57%
G = 26.57%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302639 (or 0x302639) is known color: Blackcurrant. HEX triplet: 30, 26 and 39. RGB value is (48,38,57). Sum of RGB (Red+Green+Blue) = 48+38+57=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #302639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302639 is #CFD9C6. Grayscale: #2B2B2B. Windows color (decimal): -13621703 or 3745328. OLE color: 3745328.

HSL color Cylindrical-coordinate representation of color #302639: hue angle of 271.58º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302639 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 38 57 -
CMYK 0.16 0.33 0 0.78
HSL 271.58º 0.2% 0.19% -
HSV(B) 271.58º 0.33% 0.22% -
XYZ 2.65 2.31 4.18 -
YUV 43.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 48 38 57 0.16 0.33 0 0.78 271.58 0.2 0.19
Hex 30 26 39 10 21 0 4E 110 14 13
Octal 60 46 71 20 41 0 116 420 24 23
Binary 110000 100110 111001 10000 100001 0 1001110 100010000 10100 10011

Color Harmonies of #302639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302639

Black with #302639

Text Example


Text Example

White with #302639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302639; }

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

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

background-color css

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

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

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

border-color css

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

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

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