Html Css Color HEX #38134D Blackcurrant

📋 copy color: '#38134D'

red 56 ◦ green 19 ◦ blue 77

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

Shades of Blackcurrant #38134D

Tints of Blackcurrant #38134D

RGB

 RED value IS 56 (22.27% from 255) = 36.84%

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 77 (30.47% from 255) = 50.66%

R = 36.84%
G = 12.5%
B = 50.66%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38134D (or 0x38134D) is known color: Blackcurrant. HEX triplet: 38, 13 and 4D. RGB value is (56,19,77). Sum of RGB (Red+Green+Blue) = 56+19+77=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #38134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38134D is #C7ECB2. Grayscale: #242424. Windows color (decimal): -13102259 or 5051192. OLE color: 5051192.

HSL color Cylindrical-coordinate representation of color #38134D: hue angle of 278.28º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38134D is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 19 77 -
CMYK 0.27 0.75 0 0.70
HSL 278.28º 0.6% 0.19% -
HSV(B) 278.28º 0.75% 0.3% -
XYZ 3.2 1.84 7.21 -
YUV 36.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 56 19 77 0.27 0.75 0 0.70 278.28 0.6 0.19
Hex 38 13 4D 1B 4B 0 46 116 3C 13
Octal 70 23 115 33 113 0 106 426 74 23
Binary 111000 10011 1001101 11011 1001011 0 1000110 100010110 111100 10011

Color Harmonies of #38134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38134D

Black with #38134D

Text Example


Text Example

White with #38134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38134D; }

 p { color: rgb(56,19,77); }

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

background-color css

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

 a { background-color: rgb(56,19,77); }

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

border-color css

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

 span { border-color: rgb(56,19,77); }

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