Html Css Color HEX #38124E Blackcurrant

📋 copy color: '#38124E'

red 56 ◦ green 18 ◦ blue 78

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

Shades of Blackcurrant #38124E

Tints of Blackcurrant #38124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 36.84%
G = 11.84%
B = 51.32%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38124E (or 0x38124E) is known color: Blackcurrant. HEX triplet: 38, 12 and 4E. RGB value is (56,18,78). Sum of RGB (Red+Green+Blue) = 56+18+78=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #38124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38124E is #C7EDB1. Grayscale: #242424. Windows color (decimal): -13102514 or 5116472. OLE color: 5116472.

HSL color Cylindrical-coordinate representation of color #38124E: hue angle of 278º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38124E is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 18 78 -
CMYK 0.28 0.77 0 0.69
HSL 278º 0.63% 0.19% -
HSV(B) 278º 0.77% 0.31% -
XYZ 3.22 1.82 7.39 -
YUV 36.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 56 18 78 0.28 0.77 0 0.69 278 0.63 0.19
Hex 38 12 4E 1C 4D 0 45 116 3E 13
Octal 70 22 116 34 115 0 105 426 76 23
Binary 111000 10010 1001110 11100 1001101 0 1000101 100010110 111110 10011

Color Harmonies of #38124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38124E

Black with #38124E

Text Example


Text Example

White with #38124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38124E; }

 p { color: rgb(56,18,78); }

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

background-color css

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

 a { background-color: rgb(56,18,78); }

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

border-color css

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

 span { border-color: rgb(56,18,78); }

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