Html Css Color HEX #23073D Blackcurrant

📋 copy color: '#23073D'

red 35 ◦ green 7 ◦ blue 61

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

Shades of Blackcurrant #23073D

Tints of Blackcurrant #23073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 59.22%

R = 33.98%
G = 6.8%
B = 59.22%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23073D (or 0x23073D) is known color: Blackcurrant. HEX triplet: 23, 07 and 3D. RGB value is (35,7,61). Sum of RGB (Red+Green+Blue) = 35+7+61=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #23073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23073D is #DCF8C2. Grayscale: #151515. Windows color (decimal): -14481603 or 3999523. OLE color: 3999523.

HSL color Cylindrical-coordinate representation of color #23073D: hue angle of 271.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23073D is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 7 61 -
CMYK 0.43 0.89 0 0.76
HSL 271.11º 0.79% 0.13% -
HSV(B) 271.11º 0.89% 0.24% -
XYZ 1.61 0.85 4.49 -
YUV 21.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 35 7 61 0.43 0.89 0 0.76 271.11 0.79 0.13
Hex 23 7 3D 2B 59 0 4C 10F 4F D
Octal 43 7 75 53 131 0 114 417 117 15
Binary 100011 111 111101 101011 1011001 0 1001100 100001111 1001111 1101

Color Harmonies of #23073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23073D

Black with #23073D

Text Example


Text Example

White with #23073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23073D; }

 p { color: rgb(35,7,61); }

 H1.HeaderClassName
 {
   color: #23073D;
 }
 .AnyTagClassName
 {
   color: #23073D;
 }
</style>

background-color css

<style>
 a { background-color: #23073D; }

 a { background-color: rgb(35,7,61); }

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

border-color css

<style>
 span { border-color: #23073D; }

 span { border-color: rgb(35,7,61); }

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