Html Css Color HEX #38013E Blackcurrant

📋 copy color: '#38013E'

red 56 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #38013E

Tints of Blackcurrant #38013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 62 (24.61% from 255) = 52.1%

R = 47.06%
G = 0.84%
B = 52.1%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38013E (or 0x38013E) is known color: Blackcurrant. HEX triplet: 38, 01 and 3E. RGB value is (56,1,62). Sum of RGB (Red+Green+Blue) = 56+1+62=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #38013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38013E is #C7FEC1. Grayscale: #181818. Windows color (decimal): -13106882 or 4063544. OLE color: 4063544.

HSL color Cylindrical-coordinate representation of color #38013E: hue angle of 294.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38013E is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 1 62 -
CMYK 0.10 0.98 0 0.76
HSL 294.1º 0.97% 0.12% -
HSV(B) 294.1º 0.98% 0.24% -
XYZ 2.51 1.21 4.66 -
YUV 24.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 56 1 62 0.10 0.98 0 0.76 294.1 0.97 0.12
Hex 38 1 3E A 62 0 4C 126 61 C
Octal 70 1 76 12 142 0 114 446 141 14
Binary 111000 1 111110 1010 1100010 0 1001100 100100110 1100001 1100

Color Harmonies of #38013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38013E

Black with #38013E

Text Example


Text Example

White with #38013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,1,62); }

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

background-color css

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

 a { background-color: rgb(56,1,62); }

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

border-color css

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

 span { border-color: rgb(56,1,62); }

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