Html Css Color HEX #390B43 Blackcurrant

📋 copy color: '#390B43'

red 57 ◦ green 11 ◦ blue 67

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

Shades of Blackcurrant #390B43

Tints of Blackcurrant #390B43

RGB

 RED value IS 57 (22.66% from 255) = 42.22%

 GREEN value IS 11 (4.69% from 255) = 8.15%

 BLUE value IS 67 (26.56% from 255) = 49.63%

R = 42.22%
G = 8.15%
B = 49.63%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#390B43 (or 0x390B43) is known color: Blackcurrant. HEX triplet: 39, 0B and 43. RGB value is (57,11,67). Sum of RGB (Red+Green+Blue) = 57+11+67=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #390B43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B43 is #C6F4BC. Grayscale: #1E1E1E. Windows color (decimal): -13038781 or 4393785. OLE color: 4393785.

HSL color Cylindrical-coordinate representation of color #390B43: hue angle of 289.29º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390B43 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 11 67 -
CMYK 0.15 0.84 0 0.74
HSL 289.29º 0.72% 0.15% -
HSV(B) 289.29º 0.84% 0.26% -
XYZ 2.82 1.51 5.45 -
YUV 31.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 57 11 67 0.15 0.84 0 0.74 289.29 0.72 0.15
Hex 39 B 43 F 54 0 4A 121 48 F
Octal 71 13 103 17 124 0 112 441 110 17
Binary 111001 1011 1000011 1111 1010100 0 1001010 100100001 1001000 1111

Color Harmonies of #390B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B43

Black with #390B43

Text Example


Text Example

White with #390B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390B43; }

 p { color: rgb(57,11,67); }

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

background-color css

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

 a { background-color: rgb(57,11,67); }

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

border-color css

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

 span { border-color: rgb(57,11,67); }

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