Html Css Color HEX #38074E Blackcurrant

📋 copy color: '#38074E'

red 56 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #38074E

Tints of Blackcurrant #38074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 39.72%
G = 4.96%
B = 55.32%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38074E (or 0x38074E) is known color: Blackcurrant. HEX triplet: 38, 07 and 4E. RGB value is (56,7,78). Sum of RGB (Red+Green+Blue) = 56+7+78=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #38074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38074E is #C7F8B1. Grayscale: #1D1D1D. Windows color (decimal): -13105330 or 5113656. OLE color: 5113656.

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

Color convert

RGB 56 7 78 -
CMYK 0.28 0.91 0 0.69
HSL 281.41º 0.84% 0.17% -
HSV(B) 281.41º 0.91% 0.31% -
XYZ 3.08 1.54 7.34 -
YUV 29.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 56 7 78 0.28 0.91 0 0.69 281.41 0.84 0.17
Hex 38 7 4E 1C 5B 0 45 119 54 11
Octal 70 7 116 34 133 0 105 431 124 21
Binary 111000 111 1001110 11100 1011011 0 1000101 100011001 1010100 10001

Color Harmonies of #38074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38074E

Black with #38074E

Text Example


Text Example

White with #38074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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