Html Css Color HEX #38134B Blackcurrant

📋 copy color: '#38134B'

red 56 ◦ green 19 ◦ blue 75

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

Shades of Blackcurrant #38134B

Tints of Blackcurrant #38134B

RGB

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

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

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

R = 37.33%
G = 12.67%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38134B (or 0x38134B) is known color: Blackcurrant. HEX triplet: 38, 13 and 4B. RGB value is (56,19,75). Sum of RGB (Red+Green+Blue) = 56+19+75=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #38134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38134B is #C7ECB4. Grayscale: #242424. Windows color (decimal): -13102261 or 4920120. OLE color: 4920120.

HSL color Cylindrical-coordinate representation of color #38134B: hue angle of 279.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38134B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 19 75 -
CMYK 0.25 0.75 0 0.71
HSL 279.64º 0.6% 0.18% -
HSV(B) 279.64º 0.75% 0.29% -
XYZ 3.13 1.81 6.84 -
YUV 36.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 56 19 75 0.25 0.75 0 0.71 279.64 0.6 0.18
Hex 38 13 4B 19 4B 0 47 118 3C 12
Octal 70 23 113 31 113 0 107 430 74 22
Binary 111000 10011 1001011 11001 1001011 0 1000111 100011000 111100 10010

Color Harmonies of #38134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38134B

Black with #38134B

Text Example


Text Example

White with #38134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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