Html Css Color HEX #230715 Blackberry

📋 copy color: '#230715'

red 35 ◦ green 7 ◦ blue 21

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

Shades of Blackberry #230715

Tints of Blackberry #230715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#230715 (or 0x230715) is known color: Blackberry. HEX triplet: 23, 07 and 15. RGB value is (35,7,21). Sum of RGB (Red+Green+Blue) = 35+7+21=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230715 is #DCF8EA. Grayscale: #101010. Windows color (decimal): -14481643 or 1378083. OLE color: 1378083.

HSL color Cylindrical-coordinate representation of color #230715: hue angle of 330º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230715 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 7 21 -
CMYK 0 0.80 0.40 0.86
HSL 330º 0.67% 0.08% -
HSV(B) 330º 0.8% 0.14% -
XYZ 0.9 0.56 0.77 -
YUV 16.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 35 7 21 0 0.80 0.40 0.86 330 0.67 0.08
Hex 23 7 15 0 50 28 56 14A 43 8
Octal 43 7 25 0 120 50 126 512 103 10
Binary 100011 111 10101 0 1010000 101000 1010110 101001010 1000011 1000

Color Harmonies of #230715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230715

Black with #230715

Text Example


Text Example

White with #230715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230715; }

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

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

background-color css

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

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

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

border-color css

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

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

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