Html Css Color HEX #38024B Blackcurrant

📋 copy color: '#38024B'

red 56 ◦ green 2 ◦ blue 75

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

Shades of Blackcurrant #38024B

Tints of Blackcurrant #38024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 42.11%
G = 1.5%
B = 56.39%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38024B (or 0x38024B) is known color: Blackcurrant. HEX triplet: 38, 02 and 4B. RGB value is (56,2,75). Sum of RGB (Red+Green+Blue) = 56+2+75=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #38024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38024B is #C7FDB4. Grayscale: #1A1A1A. Windows color (decimal): -13106613 or 4915768. OLE color: 4915768.

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

Color convert

RGB 56 2 75 -
CMYK 0.25 0.97 0 0.71
HSL 284.38º 0.95% 0.15% -
HSV(B) 284.38º 0.97% 0.29% -
XYZ 2.92 1.39 6.77 -
YUV 26.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 56 2 75 0.25 0.97 0 0.71 284.38 0.95 0.15
Hex 38 2 4B 19 61 0 47 11C 5F F
Octal 70 2 113 31 141 0 107 434 137 17
Binary 111000 10 1001011 11001 1100001 0 1000111 100011100 1011111 1111

Color Harmonies of #38024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38024B

Black with #38024B

Text Example


Text Example

White with #38024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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