Html Css Color HEX #23024B Blackcurrant

📋 copy color: '#23024B'

red 35 ◦ green 2 ◦ blue 75

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

Shades of Blackcurrant #23024B

Tints of Blackcurrant #23024B

RGB

 RED value IS 35 (14.06% from 255) = 31.25%

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

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

R = 31.25%
G = 1.79%
B = 66.96%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23024B (or 0x23024B) is known color: Blackcurrant. HEX triplet: 23, 02 and 4B. RGB value is (35,2,75). Sum of RGB (Red+Green+Blue) = 35+2+75=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #23024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23024B is #DCFDB4. Grayscale: #131313. Windows color (decimal): -14482869 or 4915747. OLE color: 4915747.

HSL color Cylindrical-coordinate representation of color #23024B: hue angle of 267.12º 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 #23024B is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 2 75 -
CMYK 0.53 0.97 0 0.71
HSL 267.12º 0.95% 0.15% -
HSV(B) 267.12º 0.97% 0.29% -
XYZ 1.98 0.91 6.73 -
YUV 20.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 35 2 75 0.53 0.97 0 0.71 267.12 0.95 0.15
Hex 23 2 4B 35 61 0 47 10B 5F F
Octal 43 2 113 65 141 0 107 413 137 17
Binary 100011 10 1001011 110101 1100001 0 1000111 100001011 1011111 1111

Color Harmonies of #23024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23024B

Black with #23024B

Text Example


Text Example

White with #23024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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