Html Css Color HEX #3C154B Blackcurrant

📋 copy color: '#3C154B'

red 60 ◦ green 21 ◦ blue 75

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

Shades of Blackcurrant #3C154B

Tints of Blackcurrant #3C154B

RGB

 RED value IS 60 (23.83% from 255) = 38.46%

 GREEN value IS 21 (8.59% from 255) = 13.46%

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 38.46%
G = 13.46%
B = 48.08%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C154B (or 0x3C154B) is known color: Blackcurrant. HEX triplet: 3C, 15 and 4B. RGB value is (60,21,75). Sum of RGB (Red+Green+Blue) = 60+21+75=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C154B is #C3EAB4. Grayscale: #262626. Windows color (decimal): -12839605 or 4920636. OLE color: 4920636.

HSL color Cylindrical-coordinate representation of color #3C154B: hue angle of 283.33º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C154B is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 21 75 -
CMYK 0.20 0.72 0 0.71
HSL 283.33º 0.56% 0.19% -
HSV(B) 283.33º 0.72% 0.29% -
XYZ 3.4 2 6.86 -
YUV 38.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 60 21 75 0.20 0.72 0 0.71 283.33 0.56 0.19
Hex 3C 15 4B 14 48 0 47 11B 38 13
Octal 74 25 113 24 110 0 107 433 70 23
Binary 111100 10101 1001011 10100 1001000 0 1000111 100011011 111000 10011

Color Harmonies of #3C154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C154B

Black with #3C154B

Text Example


Text Example

White with #3C154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C154B; }

 p { color: rgb(60,21,75); }

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

background-color css

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

 a { background-color: rgb(60,21,75); }

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

border-color css

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

 span { border-color: rgb(60,21,75); }

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