Html Css Color HEX #230143 Blackcurrant

📋 copy color: '#230143'

red 35 ◦ green 1 ◦ blue 67

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

Shades of Blackcurrant #230143

Tints of Blackcurrant #230143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 65.05%

R = 33.98%
G = 0.97%
B = 65.05%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#230143 (or 0x230143) is known color: Blackcurrant. HEX triplet: 23, 01 and 43. RGB value is (35,1,67). Sum of RGB (Red+Green+Blue) = 35+1+67=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 67 (26.56% from 255 or 65.05% from 103); Max value from RGB is 67 - color contains mainly: blue. Hex color #230143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230143 is #DCFEBC. Grayscale: #121212. Windows color (decimal): -14483133 or 4391203. OLE color: 4391203.

HSL color Cylindrical-coordinate representation of color #230143: hue angle of 270.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230143 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 1 67 -
CMYK 0.48 0.99 0 0.74
HSL 270.91º 0.97% 0.13% -
HSV(B) 270.91º 0.99% 0.26% -
XYZ 1.72 0.78 5.37 -
YUV 18.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 35 1 67 0.48 0.99 0 0.74 270.91 0.97 0.13
Hex 23 1 43 30 63 0 4A 10F 61 D
Octal 43 1 103 60 143 0 112 417 141 15
Binary 100011 1 1000011 110000 1100011 0 1001010 100001111 1100001 1101

Color Harmonies of #230143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230143

Black with #230143

Text Example


Text Example

White with #230143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230143; }

 p { color: rgb(35,1,67); }

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

background-color css

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

 a { background-color: rgb(35,1,67); }

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

border-color css

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

 span { border-color: rgb(35,1,67); }

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